Regular Expressions
Regular Expressions Syntax Reference # Character classes . any character except newline \d digit [0-9] \D non-digit \w word char [a-zA-Z0-9_] \W non-word char \…
Regular Expressions Syntax Reference # Character classes . any character except newline \d digit [0-9] \D non-digit \w word char [a-zA-Z0-9_] \W non-word char \…
Regex Fundamentals Regular expressions are patterns for matching character combinations in strings. In JavaScript, regex literals are written as /pattern/flags …
Common Regex Patterns A collection of battle-tested patterns for validating and extracting common data formats in JavaScript and TypeScript. Validation Patterns…
Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever