cool
so that displays the string, how about the whole part of it
so
if ($regex($1-,/\b(string|string1)\b/gi)) { echo -a STRING WAS: $regex(1) }
that will only take that string outa it
say some1 typed string1blahblahblah
how would i get the blah's that are connected to string1?


Lets get dirty