# Syn Regex Split

> Skill for splitting text on complex delimiters in the context of regular expressions. Use when the user's task is specifically about splitting text on complex delimiters.

- Skill: `legendtkl/syn-regex-split` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-regex-split`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-regex-split/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-regex-split

---


# 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.

