Paul Houlbrooke wrote: > Kevin wrote: >> Paul Houlbrooke wrote: >>> Is the example regex for invalidFormatHeloRe supposed to be >>> ^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$, or ^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$ >>> (without the comma on the end)? The GUI has a comma on the end, wasn't >>> sure if that was supposed to be there or not. >> Probably just a mistyped period. >> >> Kevin >> > > So there's supposed to be a period at the end of the regex? Or was the > period to denote the end of the sentence?
The sentence. The $ character is the end of the regex. Perhaps I should style the regex entries to better differentiate them, for example the way this page styles them might work well http://www.regular-expressions.info/ . Kevin ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
