Pattern
/\b978(?:-?\d){10}\b/Sample text
978-0-306-40615-7 9780306406157 ISBN-10 skipTest this pattern in the editor
13-digit ISBN with optional hyphens.
/\b978(?:-?\d){10}\b/978-0-306-40615-7 9780306406157 ISBN-10 skipTest this pattern in the editor
Standard 8-4-4-4-12 hex UUID layout.
Stricter UUID version 4 with variant bits.
Integer or decimal percentage values.
Capture double-quoted CSV fields.
Extract key=value pairs from a query string.
MAJOR.MINOR.PATCH with optional pre-release.