On Dec 13, 2011, at 8:08 AM, blue-orange 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?

When asking questions like this it is a good idea to include a sample of what 
you have and a sample of what you want. For example, based on your description, 
I understand that you have this:

SomeLongStringOfWordsWithoutSpacesOrOtherSeparator

and you want this ("place a return behind [the capital letter]"):

S
omeL
ongS
tringO
fW
ordsW
ithoutS
pacesO
rO
therS
eparator

Maybe what you meant was "place a return in front of the capital letter" or 
simply, "split all words with a carriage return"?

Ted

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