Chipp Walters wrote:
Anyone know of a quick way to convert a string to only lower ascii 128?
(Deletes anything above).
I'm hoping for something other than a repeat for each char loop.

Yes and no. I know what I'd do, but don't know the regular expression off the top of my head.

I think what you want is a replaceText() function that passes the correct hex numbers for ascii 0-128 and replaces anything not in that range with empty.

Maybe Ken Ray will see this and jump in, he's the pro with regular expressions.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to