What is the purpose of the RegExp method test()?
What is the purpose of the RegExp method test()? Correct Answer Tests for a match in its string parameter
RegExp stands for regular expression which is an object that describes a pattern of characters.