Package cronapi.regex
Class Operations
java.lang.Object
cronapi.regex.Operations
Classe que representa ...
- Since:
- 2020-04-14
- Version:
- 1.0
- Author:
- Samuel Almeida
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final VarextractTextWithRegex(Var text, Var regex, Var flags) Deprecated.static final VarextractTextWithRegexUnscape(Var text, Var regex, Var flags) static final VarvalidateTextWithRegex(Var text, Var regex, Var flags) Deprecated.static final VarvalidateTextWithRegexUnscape(Var text, Var regex, Var flags)
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
extractTextWithRegexUnscape
public static final Var extractTextWithRegexUnscape(Var text, Var regex, Var flags) throws Exception - Throws:
Exception
-
extractTextWithRegex
@Deprecated public static final Var extractTextWithRegex(Var text, Var regex, Var flags) throws Exception Deprecated.- Throws:
Exception
-
validateTextWithRegex
@Deprecated public static final Var validateTextWithRegex(Var text, Var regex, Var flags) throws Exception Deprecated.- Throws:
Exception
-
validateTextWithRegexUnscape
public static final Var validateTextWithRegexUnscape(Var text, Var regex, Var flags) throws Exception - Throws:
Exception
-