Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. XML
  3. EXSLT
  4. Reference
  5. Strings (str)

Strings (str)

The EXSLT Strings package provides functions that allow the manipulation of strings. The namespace for the Strings package ishttp://exslt.org/strings.

str:concat()

str:concat() returns a string containing all the string values in a node-set concatenated together.

str:split()

str:split() splits a string using a pattern string to determine where the splits should occur, returning a node-set containing the resulting strings.

str:tokenize()

str:tokenize() splits a string using a set of characters as delimiters that determine where the splits should occur, returning a node-set containing the resulting strings.


[8]ページ先頭

©2009-2025 Movatter.jp