01-06-2010, 02:25 AM
|
#2 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Regular expressions. Or if you want to go wal-mart cheap, explode the string into an array on spaces and use in_array(), but then you can't search for fragments.
|
|
|
|