@ta-cpc
You can also just create a compose with an array and all the values you want to check for, like:
["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"]
Then you can just use a first( ) and contains( ) expressions to check if that 1st character is in the array of capital letters.