Regex

Use when writing or debugging regular expressions for pattern matching, validation, search, and text transformation. Covers regex syntax, common patterns, lookahead/lookbehind, character classes, quantifiers, and differences between regex flavors (PCRE, JavaScript, Python, .NET, POSIX). USE FOR: regular expressions, regex, pattern matching, text validation, search and replace, PCRE, regex lookahead, regex lookbehind, character classes, quantifiers, capturing groups, non-capturing groups, regex anchors DO NOT USE FOR: HTML/XML parsing (use a proper parser), complex data extraction (use jq or a programming language), natural language processing

Tyler-R-Kendrick 2f18ee3 13 files · 24.1 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/tools/regex commit 2f18ee37aa

Frequently asked questions

npx skillmds add tyler-r-kendrick/regex