Hi
I am new to RegEx, but I want to use 'Tag mapper' and RegEx to put my tags in order (I imagine you are already cursing me

).
I want to capitalize all the tags that begin with a small letter.
My ideal conversion is "this test" -> "This Test" but I think it cannot be. So, "this test" to "This test" will also do.
I tried this:
Tage mapper >
Capitalize the tag, if it
matches pattern: It capitalizes phrases such as:
but it also capitalizes phrases such as
and converts it to
I don't want that to happen. This phrase is already capitalized, it
does not beging with a small letter, why does the RegEx statement validate it?
It seems I'm doing something wrong. Your help would be appreciated.