RegEx length limit?
Posted: Sat Aug 10, 2002 3:51 am
Is there a limit to the length of a regular expression, or some other limitation that I am not aware of? Because sometimes I cannot enter an expression in... for example...
This will take:
(.*\.((JPG)|(MPG)|(MPEG)|(JPEG)|(AVI)|(WMV)))|\([0]+/[0-9]\)
This will not:
(.*\.((JPG)|(MPG)|(MPEG)|(JPEG)|(AVI)|(WMV)))|\([0]+/[0-9][0-9]?[0-9]?\)
Or am I just doing something wrong?
I have other ones that didn't work, but I can't remember the exact syntax.
Even if I edit the filter.xml file, it doesn't appear in NewsBin, although it still shows in the file if I close NB and re-open the xml.
NewsBin 4.01 build 3836, btw
This will take:
(.*\.((JPG)|(MPG)|(MPEG)|(JPEG)|(AVI)|(WMV)))|\([0]+/[0-9]\)
This will not:
(.*\.((JPG)|(MPG)|(MPEG)|(JPEG)|(AVI)|(WMV)))|\([0]+/[0-9][0-9]?[0-9]?\)
Or am I just doing something wrong?
I have other ones that didn't work, but I can't remember the exact syntax.
Even if I edit the filter.xml file, it doesn't appear in NewsBin, although it still shows in the file if I close NB and re-open the xml.
NewsBin 4.01 build 3836, btw