- 所有已实现的接口:
- Function
public class StringLength
extends java.lang.Object
implements Function
number string-length(string?)
The string-length returns the number of characters in the string (see [3.6 Strings]). If the argument is
omitted, it defaults to the context node converted to a string, in other words the string-value of the context node.
- 从以下版本开始:
- 2018/3/27.
- 作者:
- github.com/zhegexiaohuozi seimimaster@gmail.com