type
returns
Method
boolean
name
description
regex
Regex to verify if matches
Determines if given regex matches the string.
"Goat".test(/oat/) == true "HeLlO".test(/hello/i) == true
Last updated 5 years ago
Was this helpful?