Regex wanted

Robert9

Well-known member
Licensed customer
I really dont like titles like:
This is a TITLE

The word in uppercase is normally a noun. So i could add a regex like:

1. Check every word of the title.
2. Check if this word is a word with chars in uppercase.
3. Translate this word in lowercase, ucase_first

1. Slit them in an array, walt through
2. How can i check this UPPERCASE word?
3. lowercase, ucase_first
 
So i could add a regex like
I'm going to introduce you to regexr. It's a heavenly site which helps you build regex and explains every part of the regex for you. It's how I learned to love regex after just viewing it as a complex mess.

 
Back
Top Bottom