Create a text expression with the Expression Editor. Text expressions operate only on text values. They use text functions and are useful for formatting the results of text-related queries.
For example, during import you can format the Description field for a Roads feature class using a text expression. The Description field can contain the street name, a space, and a suffix. That expression would look like: Concat (Name, ' ', Suffix).
Open the
Expression Editor. See To create an expression for more information.
Type a text function directly into the Expression Area or select it from the Expression Elements Menu. See About the Expression Editor for more information.
Type a property name directly into the Expression Area or select the property from the Expression Elements Menu.
Specify any arguments required by the function, enclosed in single quotation marks.
Specify any further conditions for the expression.
Click OK to apply the expression.
For help with any expression element, see Creating Expressions - Reference.