Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | matchEnd(input, regex) | Package |
| Alias |
| Pkg Usage |
|
|
Description
Excerpt |
---|
|
Returns the position where the match ends or -1 if it doesn't match. |
Returns the position where the match ends or -1 if it doesn't match.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
input | String | Yes | Specifies a character expression to match the regex against. | regex | String | Yes | Specifies a regular expression to match the specified string. |
|
Return Type
Number
Example
Code Block |
---|
|
wret = matchEnd("This will return ?", ".*will");
print("Return " + wret); |
...
Note |
---|
For more information on regular expressions see Oracle documentation. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "string_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.