Valid wild cards for the SELECT parameter

This table shows valid wild card syntax for the SELECT parameter:

Wild card Description
~*value Specifies fields that end with value.
!~*value Specifies fields that do not end with value.
~value* Specifies fields that start with value.
!~value* Specifies fields that do not start with value.