public interface StringDataProperty extends DataProperty
| Modifier and Type | Method and Description |
|---|---|
StringDataProperty |
lowerCase()
Constructs a function, which returns the lower case for the string data,
and returns this data property for use in subsequent operations
|
StringDataProperty |
normalizeSpace()
Constructs a function, which removes leading and trailing spaces from the
specified string, and replaces all internal sequences of white space with
one and returns the result.
|
StringDataProperty |
substringAfter(String value)
Constructs a function, which returns the tail of the string data after the
given string value occurs in it, and returns this data property for use in
subsequent operations
|
StringDataProperty |
substringBefore(String value)
Constructs a function, which returns the start of the string data before
the given string value occurs in it, and returns this data property for use
in subsequent operations
|
StringDataProperty |
upperCase()
Constructs a function, which returns the upper case for the string data,
and returns this data property for use in subsequent operations
|
StringDataProperty substringBefore(String value)
StringDataProperty substringAfter(String value)
StringDataProperty upperCase()
StringDataProperty lowerCase()
StringDataProperty normalizeSpace()
Copyright © 2021. All rights reserved.