Tag Archives: javascript test function

javascript: test()

ShareDefinition and Usage The test() method is used to search for a match of a regular expression in a string. This method returns true if a match is found, and false if not. Syntax RegExpObject.test(string) Parameter Description RegExpObject Required. The … Continue reading

Posted in javascript | Tagged , , | Leave a comment