As the new regular expression module is coming soon and after all the discussions on the net of how slow the old module was/is I was just wondering how they are used in "real life"? What type of searches are typically done on what type of data? Is there a typical usage?<br>
<br>For example do people use regexps to pull apart a small string into components, like an URL? Or search for a match in a 100Mb data file? Or what? Or all of the above?<br><br>I am just curious as to how they are used.<br>
<br>Robert<br><br>