Thread: Regex examples
View Single Post
Old 07-28-2013, 12:58 PM   #269
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Quote:
Originally Posted by Doitsu View Post
You can use the [[:lower:]] to search for lower case strings and [[:upper:]] to search for upper case strings. For some practical examples, see this post..


Doitsu
Everything I do seems to me to be right but dowsn't work.

Here is what I'm trying to do:

Highlight a string, e.g.
Dear Mother

Relpace string with

D<small>EAR</small> M<small>OTHER</small>

and not have to do each word seperately.

Seems to me this should be quite simple but nothing seems to work.

I can't lose much more hair.
crutledge is offline   Reply With Quote