in reply to Re: More efficient way for this pattern match?
in thread More efficient way for this pattern match?

No, the split function is not a good way to do this trick. A regular expression is a better bet:

FWIW, split function , same as match operator, both take a regular expression ;)

  • Comment on Re^2: More efficient way for this pattern match?