Regex In JavaScript
Regex In JavaScript
in JS
www.scribbler.live
Regex ?
Regular expressions (regex) are
powerful tools for pattern matching and
string manipulation in JavaScript.
1 FORM VALIDATION
2 DATA EXTRACTION
3 STRING MANIPULATION
4 SEARCH FUNCTIONALITY
test() Method
test() is a method available on RegExp
objects in JavaScript that checks if a
pattern exists within a string.
Scribbler.live
Free and Open Interface to
experiment JavaScript