Searches a string for a regular expression from the end of the string.
regular expression (Required)
- Input type: String
- Description: Regular expression which should be matched.
string (Required)
- Input type: String
- Description: Input string to be searched.
Output connectors
Offset of match
- Output type: I32
- Description: Index of the match.
Before expression
- Output type: String
- Description: Part of the input string before the regular expression.
After expression
- Output type: String
- Description: Part of the input string after the regular expression.