I have string some like this:
Hello world.THIS is just a sample.TEXT to test. How it looks like
From this string I need to find [dot]+[uppercase word][space] there is no space between dot and uppercase word.
it must check if all characters of the word is capital, not only the first character.
I have this, but incomplete.
\.[A-Z]+