VB-AN-IZ
07-07-2016, 07:26 AM
I can find each paragraph that begins with a lower-case letter by searching for:
^13[a-z]
If modifying the surrounding character/s (removing the paragraph, for example), how do I maintain the original/existing lower-case letter? All my attempts so far have ended up with "[a-z]" within the text...
Basically I want to be able to turn this:
That was a.
great shot.
...into:
That was a great shot.
Thanks for any help!
^13[a-z]
If modifying the surrounding character/s (removing the paragraph, for example), how do I maintain the original/existing lower-case letter? All my attempts so far have ended up with "[a-z]" within the text...
Basically I want to be able to turn this:
That was a.
great shot.
...into:
That was a great shot.
Thanks for any help!