[Name] REGEXP [Description] Creates an input box for regular expressions. The config string specifies if the regular expression is contained in the string or matches the string. Match Type Keyword: CONTAINS - Checks if the input string contains the regular expression EXACT - Checks if the input string exactly matches the regular expression Case Sensitive: specifies the parameter, if one exists, that determines if the regexp editor will use case sensitivity. It is followed by the two values that indicates when case sensitivity is used and when it is not. If these variables are omitted then the editor will not use case sensitivity. CASE_SENSITIVE_ALWAYS Recommended behavior for transformers. If this is specified, the editor will always be case sensitive Test String: specifies the parameter, if one exists, that preserves the regular expression editor test string value. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: REGEXP [][%CASE_SENSITIVE%%%][%TEST_STRING%] PARAMETER_PROMPT: