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