Package cronapi.regex
Class Operations
- java.lang.Object
-
- cronapi.regex.Operations
-
public class Operations extends Object
Classe que representa ...- Since:
- 2020-04-14
- Version:
- 1.0
- Author:
- Samuel Almeida
-
-
Constructor Summary
Constructors Constructor Description Operations()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static VarextractTextWithRegex(Var text, Var regex, Var flags)Deprecated.static VarextractTextWithRegexUnscape(Var text, Var regex, Var flags)static VarvalidateTextWithRegex(Var text, Var regex, Var flags)Deprecated.static VarvalidateTextWithRegexUnscape(Var text, Var regex, Var flags)
-
-
-
Method Detail
-
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
-
-