regular expressions: splitting text on complex delimiters
When to use
Use this skill for splitting text on complex delimiters in regular expressions. This skill specifically handles splitting text on complex delimiters and nothing else in the regular expressions family.
Procedure
Split text on multi-character or pattern delimiters while handling quoting and edge cases.
Notes
This is the regular expressions skill dedicated to splitting text on complex delimiters. Sibling skills cover other regular expressions capabilities; this one is the right choice only when the task is about splitting text on complex delimiters.