Ack. I was never too experienced at reg exps, and taking 8 months off from them has only made me worse...
I have a program running that uses regular expressions and I'm having trouble figuring out what one does. I'd appreciate it if somebody could help me.
This is what it looks like:
/http\:\/\/[^\/]*[\x00-\x09\x0b\x0c\x0e-\x1f]/
Thanks.
ps The leading and trailing / above could be an anchor used by the program to identify where the regular expression starts and stops...then again maybe not. But if they look like they don't belong, discard them. The program probably uses them as anchors. Then again, if they look right, please include them.
As always, thanks in advance for any help.
I have a program running that uses regular expressions and I'm having trouble figuring out what one does. I'd appreciate it if somebody could help me.
This is what it looks like:
/http\:\/\/[^\/]*[\x00-\x09\x0b\x0c\x0e-\x1f]/
Thanks.
ps The leading and trailing / above could be an anchor used by the program to identify where the regular expression starts and stops...then again maybe not. But if they look like they don't belong, discard them. The program probably uses them as anchors. Then again, if they look right, please include them.
As always, thanks in advance for any help.