Regex wanted

Robert9

Well-known member
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
 
Top Bottom