forked from docs/doc-exports
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
1.4 KiB
1.4 KiB
StringUtil Embedded Objects
A StringUtil embedded object provides methods of operating character strings, for example, truncating a substring from a character string.
StringUtil is implemented through org.apache.commons.lang3.StringUtils. For details about how to use the object, see the appache commons document.
Example
If variable a is character string No.0010, the substring after . is returned. The EL expression is as follows:
#{StringUtil.substringAfter(a,".")}
Parent topic: EL Expression Reference