I've got a simple expression "<quesxx> where "xx" is a number from 0 to 99.

I want to replace it with simply <ques>. That is, I want to remove the numbers.

Will "str_replace" do it, or must I use ereg_replace?

I haven't figured out from reading the php manual on regular expression how to do this simple thing.

Thanks....

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to