Package | Description |
---|---|
io.siddhi.extension.execution.string.substrexecutors |
Modifier and Type | Class and Description |
---|---|
class |
Type1Executor
Type1Executor returns a new string that is a substring of given
string.
|
class |
Type2Executor
Type2Executor returns a new string that is a substring of given
string.
|
class |
Type3Executor
Type3Executor returns the input subsequence captured by the
first group during the match operation executed according to
given regex.
|
class |
Type4Executor
Type4Executor returns the input subsequence captured by the
given group during the match operation executed according to
given regex.
|
Copyright © 2020 WSO2. All rights reserved.