in reply to Re^2: Help with regex, how to get the largest integer in a string?
in thread Help with regex, how to get the largest integer in a string?

Whenever split() will do, I avoid regex. ++

Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!

  • Comment on Re^3: Help with regex, how to get the largest integer in a string?

Replies are listed 'Best First'.
Re^4: Help with regex, how to get the largest integer in a string?
by BrowserUk (Patriarch) on Apr 19, 2007 at 15:24 UTC
      My understanding of split is for the whole thing about it, including of course that pattern being the first argument. Likewise, my statement referred to the comparison between regex- and split-based solution despite that a pattern being used in split.

      Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!