RegExp Flashcards
1
Q
exec()
A
Tests for a match in a string. Returns the first match
2
Q
test()
A
Tests for a match in a string. Returns true or false
3
Q
toString()
A
Returns the string value of the regular expression