Thread
:
Regex examples
View Single Post
11-19-2014, 02:00 PM
#
439
Buchstabensalat
Member
Posts: 12
Karma: 79192
Join Date: Nov 2014
Device: Kindle
Quote:
Originally Posted by
eschwartz
I would use the following:
Find:
Code:
\b(\p{L})((?:\p{Ll}*\p{Lu})+\p{Ll}*)\b
Replace:
Code:
\1\L\2\E
...
works fine
Buchstabensalat
View Public Profile
Find More Posts by Buchstabensalat
Track Posts by Buchstabensalat via RSS