Method name |
Return type |
Brief description |
Available since |
charAt(int) |
char |
|
|
charAt(Number) |
char |
|
3.1 |
chars |
Iterator |
|
4.2.14 |
codePointAt(int) |
int |
|
|
codePointBefore(int) |
int |
|
|
codePointCount(int, int) |
int |
|
|
compareTo(String) |
int |
Lexicographic comparison of two strings |
|
compareTo(Comparable) |
int |
|
|
compareTo(CharSequence) |
int |
|
|
compareTo(Object) |
int |
|
|
compareToIgnoreCase(String) |
int |
|
|
concat(String) |
String |
|
|
contains(String) |
boolean |
Checks whether a sub-character string is contained within the character string |
3.1 |
contains(CharSequence) |
boolean |
|
|
contentEquals(StringBuffer) |
boolean |
|
|
contentEquals(CharSequence) |
boolean |
|
|
convert |
String |
Convert special characters into HTML characters (convert) |
3.1 |
convert(String) |
CharSequence |
applies the specified convertion table |
4.0.53 |
convert2 |
String |
Convert special characters into HTML characters (convert + quote) |
3.1 |
convert2(String) |
CharSequence |
applies the specified convertion table in 'quote' mode |
4.0.53 |
copyValueOf(char[]) |
String |
|
|
copyValueOf(char[], int, int) |
String |
|
|
encode |
String |
Returns an encoded representation of a string that follows the rules for HTML id-attributes. |
4.2.14 |
endsWith(String) |
boolean |
|
|
equals(String) |
boolean |
Checks whether two character strings are identical |
|
equals(Option) |
boolean |
|
|
equals(CharSequence) |
boolean |
|
|
equals(Object) |
boolean |
|
|
equalsIgnoreCase(String) |
boolean |
Checks whether two character strings are identical |
|
format(String, Object[]) |
String |
|
|
format(Locale, String, Object[]) |
String |
|
|
get(Range) |
String |
|
4.0 |
get(Number) |
String |
|
4.0 |
getBytes |
byte[] |
|
|
getBytes(Charset) |
byte[] |
|
|
getBytes(String) |
byte[] |
|
|
getChars(int, int, char[], int) |
void |
|
|
getClass |
Class |
Class of the invoking object |
|
getExtension |
String |
Returns the file extension, e.g. 'txt' for 'info.txt'. The empty string is returned if the text contains no dot. |
4.2.34 |
hashCode |
int |
|
|
indexOf(int) |
int |
|
|
indexOf(String) |
int |
First occurrence of a sub-character string |
|
indexOf(int, int) |
int |
|
|
indexOf(String, int) |
int |
|
|
intern |
String |
|
|
isCase(String) |
boolean |
|
|
isCase(Option) |
boolean |
|
|
isCase(CharSequence) |
boolean |
|
|
isCase(Object) |
boolean |
|
|
isEmpty |
boolean |
Checks whether an expression is empty |
4.0.0 |
isLower |
boolean |
Test if a string contains all lower case letters. |
4.2.14 |
isNull |
boolean |
Checks whether an expression is null (zero) |
|
isUpper |
boolean |
Test if a string contains all upper case letters. |
4.2.14 |
iterator |
Iterator |
|
|
lastIndexOf(int) |
int |
|
|
lastIndexOf(String) |
int |
Last occurrence of a sub-character string |
|
lastIndexOf(int, int) |
int |
|
|
lastIndexOf(String, int) |
int |
|
|
length |
int |
|
4.0.0 |
lowerCase |
String |
Convert character string into lower case letters |
3.1 |
matches(String) |
boolean |
|
|
offsetByCodePoints(int, int) |
int |
|
|
parse |
TemplateDocument |
|
4.0 |
parseExpression |
Expression |
|
4.0 |
plain |
PlainString |
Creates a PlainString instance for the given string. |
4.2.436 |
plus(Printable) |
String |
|
4.0 |
print |
void |
|
|
quoteJS |
String |
quote as JavaScript source (' -> \', " -> \", CR -> \n) |
4.0.54 |
regionMatches(int, String, int, int) |
boolean |
|
|
regionMatches(boolean, int, String, int, int) |
boolean |
|
|
replace(char, char) |
String |
|
|
replace(CharSequence, CharSequence) |
String |
|
|
replaceAll(String, String) |
String |
|
|
replaceFirst(String, String) |
String |
|
|
sentences |
Iterator |
|
4.0.0 |
set(String, Object) |
Object |
|
|
set(Number, CharSequence) |
String |
|
4.0 |
split(String) |
String[] |
|
|
split(String, int) |
String[] |
|
|
split(String, Number) |
String[] |
|
4.0 |
startsWith(String) |
boolean |
Checks whether a text starts with a special character string |
|
startsWith(String, int) |
boolean |
Checks text for a string at a particular location |
|
subSequence(int, int) |
CharSequence |
|
|
subString(Number) |
String |
Output sub-character string |
|
subString(int, int) |
String |
|
3.1 |
subString(Number, Number) |
String |
Output sub-character string |
|
substring(int) |
String |
Output sub-character string |
|
substring(Number) |
String |
Output sub-character string |
3.1 |
substring(int, int) |
String |
Output sub-character string |
3.1 |
substring(Number, Number) |
String |
Output sub-character string |
3.1 |
toCharArray |
char[] |
|
|
toDate(String) |
Date |
|
4.0 |
toJson |
String |
Convert to JSON string representtion (only handles Maps, Collections, Arrays, Numbers, and Strings) |
4.2.14 |
toLowerCase |
String |
Convert character string into lower case letters |
|
toLowerCase(Locale) |
String |
|
|
toNumber |
Number |
Convert character string into a number |
3.1 |
toString |
String |
|
|
toUpperCase |
String |
Convert character string into upper case letters |
|
toUpperCase(Locale) |
String |
|
|
trim |
String |
Removing whitespaces |
3.1 |
type |
String |
|
|
upperCase |
String |
Convert character string into upper case letters |
3.1 |
urlEncode |
String |
Convert special characters into ASCII character sequences |
4.0.0 |
urlEncode(String) |
String |
Convert special characters into ASCII character sequences |
4.0.0 |
valueOf(long) |
String |
|
|
valueOf(int) |
String |
|
|
valueOf(float) |
String |
|
|
valueOf(double) |
String |
|
|
valueOf(char) |
String |
|
|
valueOf(boolean) |
String |
|
|
valueOf(char[]) |
String |
|
|
valueOf(Object) |
String |
|
|
valueOf(char[], int, int) |
String |
|
|
words |
Iterator |
|
4.0.0 |
charAt(int)
Method name |
Return type |
Available since |
charAt(int) |
char |
|
Overview
charAt(Number)
Method name |
Return type |
Available since |
charAt(Number) |
char |
3.1 |
Overview
chars
Method name |
Return type |
Available since |
chars |
Iterator |
4.2.14 |
Overview
codePointAt(int)
Method name |
Return type |
Available since |
codePointAt(int) |
int |
|
Overview
codePointBefore(int)
Method name |
Return type |
Available since |
codePointBefore(int) |
int |
|
Overview
codePointCount(int, int)
Method name |
Return type |
Available since |
codePointCount(int, int) |
int |
|
Overview
compareTo(String)
The .compareTo(String) (in Bean syntax: .compareTo(String)) method returns a lexicographic comparison of two strings (cf. java.lang.String). The method returns a positive value if the string is lexicographically larger than the transferred string and a negative value if the string is lexicographically smaller. The method returns 0 if the transferred string is identical to the invoking string.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.compareTo("Das ist ein String"))$
Output:
1
Method name |
Return type |
Available since |
compareTo(String) |
int |
|
Overview
compareTo(Comparable)
Method name |
Return type |
Available since |
compareTo(Comparable) |
int |
|
Overview
compareTo(CharSequence)
Method name |
Return type |
Available since |
compareTo(CharSequence) |
int |
|
Overview
compareTo(Object)
Method name |
Return type |
Available since |
compareTo(Object) |
int |
|
Overview
compareToIgnoreCase(String)
Method name |
Return type |
Available since |
compareToIgnoreCase(String) |
int |
|
Overview
concat(String)
Method name |
Return type |
Available since |
concat(String) |
String |
|
Overview
contains(String)
The .contains(String) (in Bean syntax: .contains(String)) method returns true if the transferred sub-string is found in the character string at least once or false if the sub-string is not found (cf. java.lang.String). It is case sensitive, i.e. a differentiation is made between upper and lower case letters.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.contains("ein"))$
Output:
true
Method name |
Return type |
Available since |
contains(String) |
boolean |
3.1 |
Overview
contains(CharSequence)
Method name |
Return type |
Available since |
contains(CharSequence) |
boolean |
|
Overview
contentEquals(StringBuffer)
Method name |
Return type |
Available since |
contentEquals(StringBuffer) |
boolean |
|
Overview
contentEquals(CharSequence)
Method name |
Return type |
Available since |
contentEquals(CharSequence) |
boolean |
|
Overview
convert
The .convert() (in Bean syntax: .convert) converts special characters contained in a character string into HTML characters for the output. When using .convert() the conversion rules in the convert area of the selected conversion rule of the presentation channel are used.
Method name |
Return type |
Available since |
convert |
String |
3.1 |
Overview
convert(String)
applies the specified convertion table
Method name |
Return type |
Available since |
convert(String) |
CharSequence |
4.0.53 |
Overview
convert2
The .convert2() (in Bean syntax: .convert2) converts special characters contained in a character string into HTML characters for the output. When using .convert2() the conversion rules in the convert and quote area of the selected conversion rule of the presentation channel are used.
Method name |
Return type |
Available since |
convert2 |
String |
3.1 |
Overview
convert2(String)
applies the specified convertion table in 'quote' mode
Method name |
Return type |
Available since |
convert2(String) |
CharSequence |
4.0.53 |
Overview
copyValueOf(char[])
Method name |
Return type |
Available since |
copyValueOf(char[]) |
String |
|
Overview
copyValueOf(char[], int, int)
Method name |
Return type |
Available since |
copyValueOf(char[], int, int) |
String |
|
Overview
encode
Returns an encoded representation of a string that follows the rules for HTML id-attributes.
Method name |
Return type |
Available since |
encode |
String |
4.2.14 |
Overview
endsWith(String)
Method name |
Return type |
Available since |
endsWith(String) |
boolean |
|
Overview
equals(String)
The .equals(String) (in Bean syntax: .equals(String)) method checks whether a string is the same as a transferred string (cf. java.lang.String). It is case sensitive, i.e. a differentiation is made between upper and lower case letters.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.equals("Das ist ein String."))$
Output:
true
Method name |
Return type |
Available since |
equals(String) |
boolean |
|
Overview
equals(Option)
Method name |
Return type |
Available since |
equals(Option) |
boolean |
|
Overview
equals(CharSequence)
Method name |
Return type |
Available since |
equals(CharSequence) |
boolean |
|
Overview
equals(Object)
Method name |
Return type |
Available since |
equals(Object) |
boolean |
|
Overview
equalsIgnoreCase(String)
The .equalsIgnoreCase(String) (in Bean syntax: .equalsIgnoreCase(String)) method checks whether a string is the same as a transferred string (cf. java.lang.String). There is no - unlike the .equals(String) method - case sensitivity, i.e. there is no differentiation between upper and lower case letters.
Invocation:
$CMS_SET(myString, "DAS ist EIN String.")$
$CMS_VALUE(myString.equals("Das ist ein String."))$
Output:
true
Method name |
Return type |
Available since |
equalsIgnoreCase(String) |
boolean |
|
Overview
format(String, Object[])
Method name |
Return type |
Available since |
format(String, Object[]) |
String |
|
Overview
format(Locale, String, Object[])
Method name |
Return type |
Available since |
format(Locale, String, Object[]) |
String |
|
Overview
get(Range)
Method name |
Return type |
Available since |
get(Range) |
String |
4.0 |
Overview
get(Number)
Method name |
Return type |
Available since |
get(Number) |
String |
4.0 |
Overview
getBytes
Method name |
Return type |
Available since |
getBytes |
byte[] |
|
Overview
getBytes(Charset)
Method name |
Return type |
Available since |
getBytes(Charset) |
byte[] |
|
Overview
getBytes(String)
Method name |
Return type |
Available since |
getBytes(String) |
byte[] |
|
Overview
getChars(int, int, char[], int)
Method name |
Return type |
Available since |
getChars(int, int, char[], int) |
void |
|
Overview
getClass
The .getClass() (in Bean syntax: .class) method returns the class of the invoking object (cf. java.lang.Class).
Invocation:
$CMS_VALUE(myString.class)$
$CMS_VALUE(myString.getClass())$
Output:
java.lang.String
Method name |
Return type |
Available since |
getClass |
Class |
|
Overview
getExtension
Returns the file extension, e.g. 'txt' for 'info.txt'. The empty string is returned if the text contains no dot.
Method name |
Return type |
Available since |
getExtension |
String |
4.2.34 |
Overview
hashCode
Method name |
Return type |
Available since |
hashCode |
int |
|
Overview
indexOf(int)
Method name |
Return type |
Available since |
indexOf(int) |
int |
|
Overview
indexOf(String)
The .indexOf(String) (in Bean syntax: .indexOf(String)) method returns an index of the character string at which the first character of a sub-string is found or -1 if the transferred sub-string is not found in the character string (cf. java.lang.String). It is case sensitive, i.e. a differentiation is made between upper and lower case letters.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.indexOf("ein")$
Output:
8
Method name |
Return type |
Available since |
indexOf(String) |
int |
|
Overview
indexOf(int, int)
Method name |
Return type |
Available since |
indexOf(int, int) |
int |
|
Overview
indexOf(String, int)
Method name |
Return type |
Available since |
indexOf(String, int) |
int |
|
Overview
intern
Method name |
Return type |
Available since |
intern |
String |
|
Overview
isCase(String)
Method name |
Return type |
Available since |
isCase(String) |
boolean |
|
Overview
isCase(Option)
Method name |
Return type |
Available since |
isCase(Option) |
boolean |
|
Overview
isCase(CharSequence)
Method name |
Return type |
Available since |
isCase(CharSequence) |
boolean |
|
Overview
isCase(Object)
Method name |
Return type |
Available since |
isCase(Object) |
boolean |
|
Overview
isEmpty
The .isEmpty() (in Bean syntax: .isEmpty) method checks whether an expression or object is empty, e.g. storeElement.isEmpty(). The result of the semantic check depends on the expression or object, e.g. a character string is empty if it does not contain any characters. In the case of objects with complex values or objects, the object decides when it is empty. The data type DomElement for example always contains an empty document, thus it is never null. For this reason, checking an empty DOM editor input component by using the method .isNull() returns the value false, whereas checking the component with .isEmpty() would return the value true.
The method .isEmpty() returns a Boolean value as the check result. true is the check result if the expression or object is empty and false if not.
Method name |
Return type |
Available since |
isEmpty |
boolean |
4.0.0 |
Overview
isLower
Test if a string contains all lower case letters.
Method name |
Return type |
Available since |
isLower |
boolean |
4.2.14 |
Overview
isNull
The .isNull() (in Bean syntax: .isNull) method checks whether an expression or object is null , e.g. storeElement.isNull(). In the case of objects with complex values or objects, the object decides when it is null. The data type DomElement for example always contains an empty document, thus it is never null. For this reason, checking an empty DOM editor input component by using the method .isNull() returns the value false, whereas checking the component with .isEmpty() would return the value true.
The method .isNull() returns a Boolean value as the check result. true is the check result if the expression or object is null and false if not.
Method name |
Return type |
Available since |
isNull |
boolean |
|
Overview
isUpper
Test if a string contains all upper case letters.
Method name |
Return type |
Available since |
isUpper |
boolean |
4.2.14 |
Overview
iterator
Method name |
Return type |
Available since |
iterator |
Iterator |
|
Overview
lastIndexOf(int)
Method name |
Return type |
Available since |
lastIndexOf(int) |
int |
|
Overview
lastIndexOf(String)
The .lastIndexOf(String) (in Bean syntax: .lastIndexOf(String)) method returns an index of the character string at which the first character of a sub-string is found or -1 if the transferred sub-string is not found in the character string (cf. java.lang.String). It is case sensitive, i.e. a differentiation is made between upper and lower case letters.
Unlike the .indexOf(String) method the index of the last and not the first occurrence is returned.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.lastIndexOf("ein")$
Output:
8
Method name |
Return type |
Available since |
lastIndexOf(String) |
int |
|
Overview
lastIndexOf(int, int)
Method name |
Return type |
Available since |
lastIndexOf(int, int) |
int |
|
Overview
lastIndexOf(String, int)
Method name |
Return type |
Available since |
lastIndexOf(String, int) |
int |
|
Overview
length
Method name |
Return type |
Available since |
length |
int |
4.0.0 |
Overview
lowerCase
The .lowerCase() (in Bean syntax: .lowerCase) method converts all characters in the character string into lower case letters (cf. java.lang.String).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.lowerCase)$
Output:
that is a string.
Method name |
Return type |
Available since |
lowerCase |
String |
3.1 |
Overview
matches(String)
Method name |
Return type |
Available since |
matches(String) |
boolean |
|
Overview
offsetByCodePoints(int, int)
Method name |
Return type |
Available since |
offsetByCodePoints(int, int) |
int |
|
Overview
parse
Overview
parseExpression
Method name |
Return type |
Available since |
parseExpression |
Expression |
4.0 |
Overview
plain
Creates a PlainString instance for the given string.
Method name |
Return type |
Available since |
plain |
PlainString |
4.2.436 |
Overview
plus(Printable)
Method name |
Return type |
Available since |
plus(Printable) |
String |
4.0 |
Overview
print
Method name |
Return type |
Available since |
print |
void |
|
Overview
quoteJS
quote as JavaScript source (' -> \', " -> \", CR -> \n)
Method name |
Return type |
Available since |
quoteJS |
String |
4.0.54 |
Overview
regionMatches(int, String, int, int)
Method name |
Return type |
Available since |
regionMatches(int, String, int, int) |
boolean |
|
Overview
regionMatches(boolean, int, String, int, int)
Method name |
Return type |
Available since |
regionMatches(boolean, int, String, int, int) |
boolean |
|
Overview
replace(char, char)
Method name |
Return type |
Available since |
replace(char, char) |
String |
|
Overview
replace(CharSequence, CharSequence)
Method name |
Return type |
Available since |
replace(CharSequence, CharSequence) |
String |
|
Overview
replaceAll(String, String)
Method name |
Return type |
Available since |
replaceAll(String, String) |
String |
|
Overview
replaceFirst(String, String)
Method name |
Return type |
Available since |
replaceFirst(String, String) |
String |
|
Overview
sentences
Method name |
Return type |
Available since |
sentences |
Iterator |
4.0.0 |
Overview
set(String, Object)
Method name |
Return type |
Available since |
set(String, Object) |
Object |
|
Overview
set(Number, CharSequence)
Method name |
Return type |
Available since |
set(Number, CharSequence) |
String |
4.0 |
Overview
split(String)
Method name |
Return type |
Available since |
split(String) |
String[] |
|
Overview
split(String, int)
Method name |
Return type |
Available since |
split(String, int) |
String[] |
|
Overview
split(String, Number)
Method name |
Return type |
Available since |
split(String, Number) |
String[] |
4.0 |
Overview
startsWith(String)
The method checks whether a string of characters (e.g. a text) starts with a special character string, also refer to java.lang.String
The check starts with the first character. To have the check start at a different character in the text, this can be done using the startsWith(String, int) method.
This method returns a Boolean value as the result of the check. The check is true if the saved text matches the string of characters specified in the method and false if it does not.
Example:
The following example checks whether the input starts with the string "Hello". If it does not, a "Hello" is placed in front of the output.
$CMS_IF(!text.startsWith("Hello"))$
Hello $CMS_VALUE(text)$
$CMS_ELSE$
$CMS_VALUE(text)$
$CMS_END_IF$
If Hello Anna is the input, then the output is not changed:
Hello Anna
If only Anna has been entered, "Hello" is added. The output is then
Hello Anna
Method name |
Return type |
Available since |
startsWith(String) |
boolean |
|
Overview
startsWith(String, int)
This method checks whether a saved text contains a special string at a particular location, also refer to java.lang.String
The passed number (int) specifies at which character the check should proceed. The counting starts with 0; the location of the first character of the text to be checked is therefore 0, the second is 1, etc.
This method returns a Boolean value as the result of the check. The check is true if the saved text matches the string specified in the method at the specified location and false if it does not.
For instance, the following syntax can be used to check whether the second and third characters of the text input in a text input component is "al":
Are the second and third character of the entered text "al"? </br>
$CMS_IF(text.startsWith("al", 1))$
=> That's right.
$CMS_ELSE$
=> That's wrong.
$CMS_END_IF$
If the text saved in the text variable is false, "=> That's right." is output; otherwise, "=> That's wrong." is output.
Method name |
Return type |
Available since |
startsWith(String, int) |
boolean |
|
Overview
subSequence(int, int)
Method name |
Return type |
Available since |
subSequence(int, int) |
CharSequence |
|
Overview
subString(Number)
The .subString(Number) (in Bean syntax: .subString(Number)) outputs a sub-character string (cf. java.lang.String). The transferred number specified from which character the output should start (= first character).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.subString(1)$
Output:
as ist ein String.
Method name |
Return type |
Available since |
subString(Number) |
String |
|
Overview
subString(int, int)
Method name |
Return type |
Available since |
subString(int, int) |
String |
3.1 |
Overview
subString(Number, Number)
The .subString(Number, Number) (in Bean syntax: .subString(Number, Number)) method outputs a sub-character string (cf. java.lang.String). The first transferred number specifies from which character (first character) and the second number up to which character (last character) the character string is to be output.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.subString(1, 12))$
Output:
as ist ein
Method name |
Return type |
Available since |
subString(Number, Number) |
String |
|
Overview
substring(int)
The .substring(int) (in Bean syntax: .substring(int)) method outputs a sub-character string (cf. java.lang.String). The transferred number specified from which character the output should start (= first character).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.substring(1))$
Output:
as ist ein String.
Method name |
Return type |
Available since |
substring(int) |
String |
|
Overview
substring(Number)
The .substring(Number) (in Bean syntax: .substring(Number)) outputs a sub-character string (cf. java.lang.String). The transferred number specified from which character the output should start (= first character).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.substring(1))$
Output:
as ist ein String.
Method name |
Return type |
Available since |
substring(Number) |
String |
3.1 |
Overview
substring(int, int)
The .substring(int, int) (in Bean syntax: .substring(int, int)) method outputs a sub-character string (cf. java.lang.String). The first transferred number specifies from which character (first character) and the second number up to which character (last character) the character string is to be output.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.substring(1, 12))$
Output:
as ist ein
Method name |
Return type |
Available since |
substring(int, int) |
String |
3.1 |
Overview
substring(Number, Number)
The .substring(Number, Number) (in Bean syntax: .substring(Number, Number)) method outputs a sub-character string (cf. java.lang.String). The first transferred number specifies from which character (first character) and the second number up to which character (last character) the character string is to be output.
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.substring(1, 12))$
Output:
as ist ein
Method name |
Return type |
Available since |
substring(Number, Number) |
String |
3.1 |
Overview
toCharArray
Method name |
Return type |
Available since |
toCharArray |
char[] |
|
Overview
toDate(String)
Method name |
Return type |
Available since |
toDate(String) |
Date |
4.0 |
Overview
toJson
Convert to JSON string representtion (only handles Maps, Collections, Arrays, Numbers, and Strings)
Method name |
Return type |
Available since |
toJson |
String |
4.2.14 |
Overview
toLowerCase
The .toLowerCase() (in Bean syntax: .toLowerCase) method converts all characters in the character string into lower case letters (cf. java.lang.String).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.toLowerCase())$
Output:
that is a string.
Method name |
Return type |
Available since |
toLowerCase |
String |
|
Overview
toLowerCase(Locale)
Method name |
Return type |
Available since |
toLowerCase(Locale) |
String |
|
Overview
toNumber
The .toNumber() (in Bean syntax: .toNumber) method converts the data type string (character string) into the data type Number (cf. java.lang.String). This is only possible if the character chain consists of digits.
Invocation:
$CMS_VALUE("5".toNumber())$
Output:
5
Method name |
Return type |
Available since |
toNumber |
Number |
3.1 |
Overview
toString
Method name |
Return type |
Available since |
toString |
String |
|
Overview
toUpperCase
The .toUpperCase() (in Bean syntax: .toUpperCase) method converts all characters in the character string into upper case letters (cf. java.lang.String).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.toUpperCase())$
Output:
THAT IS A STRING.
Method name |
Return type |
Available since |
toUpperCase |
String |
|
Overview
toUpperCase(Locale)
Method name |
Return type |
Available since |
toUpperCase(Locale) |
String |
|
Overview
trim
The .trim() (in Bean syntax: .trim) method removes whitespaces at the beginning and at the end of the character string (cf. java.lang.String).
Invocation:
$CMS_SET(myString, "\tDas ist ein String.\n")$
$CMS_VALUE(myString.trim())$
Output:
That is a string.
Method name |
Return type |
Available since |
trim |
String |
3.1 |
Overview
type
Method name |
Return type |
Available since |
type |
String |
|
Overview
upperCase
The .upperCase() (in Bean syntax: .upperCase()) method converts all characters in the character string into upper case letters (cf. java.lang.String).
Invocation:
$CMS_SET(myString, "Das ist ein String.")$
$CMS_VALUE(myString.upperCase)$
Output:
THAT IS A STRING.
Method name |
Return type |
Available since |
upperCase |
String |
3.1 |
Overview
urlEncode
The .urlEncode() (in Bean syntax: .urlEncode) method can be used to convert a character string into ASCII character sequences. The conversion is also called encode or encoding. A % symbol followed by two characters is typical for such character sequences. The MIME type for a converted character string is application/x-www-form-urlencoded.
The following characters are not taken into account in the conversion:
A-Z a-z 0-9 . - * _
Space characters are converted into plus signs.
The following encoding is used for the conversion: UTF-8.
The invocation:
$CMS_VALUE("Müller@e-Spirit.com".urlEncode)$
results in the converted character string:
M%C3%BCller%40e-Spirit.com
Cf. also java.net.URLEncoder
Method name |
Return type |
Available since |
urlEncode |
String |
4.0.0 |
Overview
urlEncode(String)
The .urlEncode() (in Bean syntax: .urlEncode) method can be used to convert a character string into ASCII character sequences. The conversion is also called encode or encoding. A % symbol followed by two characters is typical for such character sequences. The MIME type for a converted character string is application/x-www-form-urlencoded.
.urlEncode() uses UTF-8 for the conversion.
Use .urlEncode(String) to indicate a special encoding.
For example, the invocation
$CMS_VALUE("Müller@e-Spirit.com".urlEncode("ISO-8859-1"))$
results in the converted character string:
M%FCller%40e-Spirit.com
Method name |
Return type |
Available since |
urlEncode(String) |
String |
4.0.0 |
Overview
valueOf(long)
Method name |
Return type |
Available since |
valueOf(long) |
String |
|
Overview
valueOf(int)
Method name |
Return type |
Available since |
valueOf(int) |
String |
|
Overview
valueOf(float)
Method name |
Return type |
Available since |
valueOf(float) |
String |
|
Overview
valueOf(double)
Method name |
Return type |
Available since |
valueOf(double) |
String |
|
Overview
valueOf(char)
Method name |
Return type |
Available since |
valueOf(char) |
String |
|
Overview
valueOf(boolean)
Method name |
Return type |
Available since |
valueOf(boolean) |
String |
|
Overview
valueOf(char[])
Method name |
Return type |
Available since |
valueOf(char[]) |
String |
|
Overview
valueOf(Object)
Method name |
Return type |
Available since |
valueOf(Object) |
String |
|
Overview
valueOf(char[], int, int)
Method name |
Return type |
Available since |
valueOf(char[], int, int) |
String |
|
Overview
words
Method name |
Return type |
Available since |
words |
Iterator |
4.0.0 |
Overview