On Dec 13, 2011, at 02:08, blue-orange wrote:
> 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?
______________________________________________________________________

Hey There,

Ted is right.  More specifics are helpful in this sort of query.

Nevertheless this may be of help:

Find:

(?-i)([A-Z])

Replace:

\r\1

--
Best Regards,
Chris

-- 
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