Stuart Johnston wrote:
> body L_MILLBILL /[mb]i(?:\|l|l\||\|\|)ions?/i
> 
> Feel free to use it, make suggestions or point out that I wasted my
> time writing a rule already available from SARE.
> 
> Stuart Johnston

How about (slightly easier to read)
body L_MILLBILL /[mb]i[l|][l|]ions?/i
or even
body L_MILLBILL /[mb]i[l|]{2}ions?/i

Matthew.van.Eerde (at) hbinc.com                 805.964.4554 x902
Hispanic Business Inc./HireDiversity.com         Software Engineer
perl -e"map{y/a-z/l-za-k/;print}shift" "Jjhi pcdiwtg Ptga wprztg,"

Reply via email to