author-pic

WILL WARD

1 post tagged with "javascript"

JavaScript Regular Expressions and the Test() Method

Posted on January, 2019

Video at YouTube. Using the method in JavaScript to check for matches between a regular expression and a string can lead to unexpected results for newcomers. Consider the following code…

Read full post