in reply to Re^2: Regex help
in thread Regex help

From a pedantic perspective, yes, split uses a regular expression to determine how to break up the string. However in my experience, "using regular expressions" in common usage is generally taken to mean using the bare expression for matching, capturing or substitution.

So you are technically correct - the best kind of correct.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.