
January 24th, 2012, 05:45 AM
|
|
|
|
Simple regular expression
In my string '$string', I want to replace every instance of ". [A-Z]",
i.e., a full stop, followed by a space, followed by a capital later
with ".<br><br>[A-Z]"
but I'm such a numpty when it comes to regular expressions.
Help!
Edit: Oops, I wonder if some good-natured soul would be so kind as to move my thread to the regex forum 'which we now have'!!!
Thanks
Last edited by cafelatte : January 24th, 2012 at 06:31 AM.
|