Re: Urgent Query
Posted By: keith at 16:01:37 on Monday the 9th of June 2003
1) Yup you can use regular expressions (which I haven't gotten around to writing about yet). See the PHP manual for more details
http://uk.php.net/manual/en/function.preg-match.php
2) Well there is the ascii() funciton, but from memory that only works with one character at a time. You could read the whole string into and array and perform the transformation that way (just off the top of my head).