I am using a Condition Statement in the AttributeManager to check if the attribute ends with a letter. Using [a-z] does not seem to work and I am assuming it is because the test sees it as text not a Regular Expression.
Is there a way to get this to work or do I need to have a Test Clause for each letter of the alphabet?
Regards