On Mon, Feb 04, 2002 at 12:09:40AM -0800, Craig Hughes wrote:
> No, it really is looking for actual control characters. The regular
> expression in question will match if it sees a string which starts with
> 'http://' then features a control character (ascii <= 0x1f except CR and
> LF) before it
No, it really is looking for actual control characters. The regular
expression in question will match if it sees a string which starts with
'http://' then features a control character (ascii <= 0x1f except CR and
LF) before it sees another '/'. Now on the line in question, it will in
fact match