|
|
[tag libraries]
[tags]
| Tag Name | Description |
| contains | This tag checks whether a regexp contains a string.
|
| match | This tag checks whether a regexp matches a string.
|
[tag libraries]
[tags]
This tag checks whether a regexp contains a string.
| Attribute Name | Type | Description |
| escapeText | boolean |
|
| expr | java.lang.String |
|
| scope | java.lang.String | Sets the variable scope for this variable. For example setting this value to 'parent' willset this value in the parent scope. When Jelly is run from inside a Servlet environmentthen other scopes will be available such as 'request', 'session' or 'application'.Other applications may implement their own custom scopes. |
| text | java.lang.String |
|
| trim | boolean |
|
| var | java.lang.String |
|
This tag checks whether a regexp matches a string.
| Attribute Name | Type | Description |
| escapeText | boolean |
|
| expr | java.lang.String |
|
| scope | java.lang.String | Sets the variable scope for this variable. For example setting this value to 'parent' willset this value in the parent scope. When Jelly is run from inside a Servlet environmentthen other scopes will be available such as 'request', 'session' or 'application'.Other applications may implement their own custom scopes. |
| text | java.lang.String |
|
| trim | boolean |
|
| var | java.lang.String |
|
|