Parse Transform form
|
|
Use the Transform tab to record a regular expression.
Field |
Description |
Pattern | |
Regular expression |
Enter a regular expression conforming to the Sun Microsystems syntax accepted by the When you save the Parse Transform form, PRPC checks the syntax of your regular expression. See http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html 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 PRPC property type such as Click() 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. |