Hi there,
I'm so frustrated! I am trying to get what I think should be a simple regular expression working, but it's evading me. In perl it would be
my $myString = "blah,blah,blah";
if ($myString ~= m/\,/) {deal with as an array}
in javascript from what I have read match() or test() would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.