Hi

Is it possible to find a pattern using grep and apply a "lowercase" or "uppercase" function to it?

For example, uppercase words in the above sentence that start with the letter "f"

find: f[^ ]+
replace: uppercase(\1)

Or something functionally equivalent

Thanks for any help

Ken



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to