How do I parse a String using a formula or condition? For example, if I want to do a comparison of the last three characters of a String, could I use [#Example String#].Right(3)=="-00"? Is there a length function? Please provide the available functions.