in reply to Re: (3) String order in regex match - left to right, or right to left?
in thread String order in regex match - left to right, or right to left?

Thanks for clearing that up!

So...

It takes the first word of the string ("Mozilla" in this case) and compares it to each regex, opera then netscape then gecko ...

This is reversed as to how I interprited it. I guess I think about it backwards, as taking opera and comparing that to each word in the string.
  • Comment on Re: (4) String order in regex match - left to right, or right to left?