Class | Description |
---|---|
SubstrExecutor<T1,T2> |
SubstrExecutor class is the abstract view of substr execution strategy.
|
Type1Executor |
Type1Executor returns a new string that is a substring of given
string.
|
Type2Executor |
Type2Executor returns a new string that is a substring of given
string.
|
Type3Executor |
Type3Executor returns the input subsequence captured by the
first group during the match operation executed according to
given regex.
|
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.