Wims, what I was trying to say is this:

Quote:
on $*:text:/http:///Si:#:{
This will not match http:// It doesn't matter if you escape the colon character as \:

Quote:
on $*:text:/http\x3A///Si:#:{
By using \x3A, this regex will match http:// without a problem.

This does not apply to the use of $regex()

Last edited by Tomao; 30/04/11 12:44 AM.