public abstract class AbstractRegexFunction extends BlockingNativeCallableUnit
Constructor and Description |
---|
AbstractRegexFunction() |
Modifier and Type | Method and Description |
---|---|
protected Pattern |
validatePattern(BStruct regexStruct)
Validate Regex struct in Ballerina.
|
execute, execute, isBlocking
protected Pattern validatePattern(BStruct regexStruct)
regexStruct
- BStruct which holds compiled pattern.Copyright © 2018 WSO2. All rights reserved.