| name | syn-regex-validate |
| description | Skill for validating string formats in the context of regular expressions. Use when the user's task is specifically about validating string formats. |
regular expressions: validating string formats
When to use
Use this skill for validating string formats in regular expressions. This skill
specifically handles validating string formats and nothing else in the
regular expressions family.
Procedure
Write anchored regexes that validate whether a string matches a format (email, SKU, etc.).
Notes
This is the regular expressions skill dedicated to validating string formats.
Sibling skills cover other regular expressions capabilities; this one
is the right choice only when the task is about validating string formats.