Parse Transform form
|
|
Use the Transform tab to record a regular expression.
Field |
Description |
Pattern | |
Regular expression |
Enter a regular expression conforming to the Java syntax accepted by the When you save the Parse Transform form, the Pega Platformchecks the syntax of your regular expression. See the Java documentation for the Pattern class for the authoritative definition of the syntax accepted here. You can use the Regular Expression tool to develop and validate the expression. See About the Regular Expression tool. |
Convert |
Optional. Enter Java code to convert and validate a source text string, and optionally to form a Pega Platformproperty type such as Click the Gear icon to start your Java editor or Notepad. Within the Java code, the following read-only variables are available:
Within the Java, set the |
Resulting Type | |
Output Type | Select the property type of the output value. |