The search expression

([[:upper:]][[:lower:]]+)

Replace with

\1\r

Make sure case-sensitive is turned on.

Naive expressions such as [A-Z] will not match uppercase letters such as Å, Ö, 
etc.

Alex Satrapa | web.mac.com/alexsatrapa | Ph: 0407 705 332

On 13/12/2011, at 19:08, blue-orange <[email protected]> wrote:

> I kind of think this might be a search and replace problem for GREP of
> which I have no knowledge. Any suggestions are welcome.
> 
> I have a massive list of words that are not separated (please do not
> ask, it is enough of a headache already).
> However the words all start with a capital letter.
> 
> So how do I search for any capital letter and place a return behind it?
> 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> <http://groups.google.com/group/bbedit?hl=en>
> If you have a feature request or would like to report a problem, 
> please email "[email protected]" rather than posting to the group.
> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to