SyntaxFix
Write A Post
Hire A Developer
Questions
This will
/\bword\b/.test("Thisword is not valid");
return false, when this one
false
/\bword\b/.test("This word is valid");
will return true.
true