Create, test, and debug regular expressions. Use when needing pattern matching, validation, or text extraction.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill regex --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Regex?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-regex)More formats (shields.io, HTML) on the badges page.
---
name: regex
description: Create, test, and debug regular expressions. Use when needing pattern matching, validation, or text extraction.
---
## regex
Craft and debug regular expressions.
### Common patterns
- Email: ^[\w.-]+@[\w.-]+\.\w+$
- URL: https?://[\w./?-]+
- Phone: ^\+?[\d\s()-]{7,15}$
- Date: \d{4}-\d{2}-\d{2}
- IP: \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
### Flags
- g - global (all matches)
- i - case insensitive
- m - multiline
- s - dotall (. matches newline)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!