Quote:
Originally Posted by j4ck455
I'm considering changing the following:
Code:
regexp:a_dotjapan:10:any:"/\.jp/i"
to this:
Code:
regexp:a_dotjapan:10:any:"/\.jp\b/i"
the same \b word boundary could be applied to the analogue problem etc.
Do you foresee any problem with using \b in some of the rules?
|
What does \b do? Did it solve some of your problems? I'm having problems with things like .no, .jp, etc where the user just forgot a space after saying .No way... And with jpegs.
-vissa