| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.expression.composite.text |
| Modifier and Type | Method and Description |
|---|---|
TDText |
TextReplaceMatchingRegex.getRegexp() |
TDText |
TextReplaceMatchingRegex.getReplacingValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextReplaceMatchingRegex.setRegexp(TDText regexp) |
void |
TextReplaceMatchingRegex.setReplacingValue(TDText replacingValue) |
| Constructor and Description |
|---|
TextReplaceMatchingRegex(Expression toCheckText,
TDText regexp,
TDText replacing)
The regexp_replace function provides substitution of new text for substrings that match POSIX regular expression patterns.
|
TextReplaceMatchingRegex(Expression toCheckText,
TDText regexp,
TDText replacing,
boolean caseSensitive) |
Copyright © 2014. All Rights Reserved.