Good to remember:
'string'.match(/regex/);
/regex/.test('string');
Please Login to reply.
No replies yet.