| Location | Type |
|---|---|
| The first input handler | String |
| Logic output | Boolean |
Refer to "Logic Specifications" for details.
| Category | Property | Description |
|---|---|---|
| Required | Regular expression pattern | Specify a regular expression pattern. |
| Null processing | Null option | Specify how to handle the input if it contains null. |
| Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
| Option | Description |
|---|---|
| Return false in case of null | Outputs false if value of the input handler is null and continues with the process. |
| Convert null into empty string | Converts null to empty string and continue with the process. |
| Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. |
| Output null if any input is null | Outputs null if the value of any input handler is null. |
Refer to "Logic Specifications" for details.
For details, refer to "Java(TM) Platform, Standard Edition 8 API Specification"(the URL below). (http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html)
| Property | Setting |
|---|---|
| Regular expression pattern | Tokyo|Osaka |
| Tokyo |
| Aichi |
| Osaka |
| true |
| false |
| true |