public class Texts extends Object
| Constructor and Description |
|---|
Texts() |
| Modifier and Type | Method and Description |
|---|---|
static Concat |
concat(Expression firstArgument,
Expression secondArgumnet) |
static Length |
length(Expression expression) |
static Expression |
matchesPosix(Expression value,
Expression regexp) |
static Expression |
matchesSQL(Expression value,
Expression regexp) |
static Expression |
regexprReplace(Expression toCheckText,
String regexp,
String replacing) |
static Expression |
regexprReplace(Expression toCheckText,
String regexp,
String replacing,
boolean caseSensitive) |
static Expression |
repeat(Expression valueToRepeat,
Expression timesToRepeat) |
static Expression |
substring(Expression sourceString,
Expression regexp) |
static Expression |
substring(Expression sourceString,
Expression startingIndex,
Expression finalIndex) |
public static Expression regexprReplace(Expression toCheckText, String regexp, String replacing, boolean caseSensitive)
public static Expression regexprReplace(Expression toCheckText, String regexp, String replacing)
public static Expression repeat(Expression valueToRepeat, Expression timesToRepeat)
public static Expression substring(Expression sourceString, Expression regexp)
public static Expression substring(Expression sourceString, Expression startingIndex, Expression finalIndex)
public static Expression matchesSQL(Expression value, Expression regexp)
public static Expression matchesPosix(Expression value, Expression regexp)
public static Concat concat(Expression firstArgument, Expression secondArgumnet)
public static Length length(Expression expression)
Copyright © 2017. All Rights Reserved.