On Thursday, October 16, 2003, at 10:35 PM, Shmuel wrote:

I have a misspelled sentence like this: "I am not aIone".
I want to change the capital I to small l, but only in
the beginning of a word.

How is this done in regular expression ?

You want to change an uppercase i/I into a lowercase l/L??
Define "begining of a word -- do you mean the first character, or the first few chars, or the first half of the word.


Perhaps rather than a generic example, how about a specific example of what you need to change?

Justin

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



Reply via email to