\w is a word correct?
 
Is this right:?
/(build(ing)?|increase|more) \w?wealth/i
 
should hit "building real weatlh" ?????
 
Or is it just easier to write:
/(build(ing)?|increase|more).{1,10}wealth/i

Chris Santerre
System Admin
"A little nonsense now and then, is relished by the wisest men."
 - Willy Wonka

 

Reply via email to