matches

この関数は、intputStringが正規表現パターンregexPatternに一致する場合にtrueを返します。

例:

xpath20:matches('abracadabra', '^a.*a$')は、trueを返します。

シグネチャ:

xpath20:matches(intputString, regexPattern)

引数:

  • inputString: 一致する必要のあるデータの文字列。

  • regexPattern: 正規表現パターン。

プロパティID:

  • namespace-uri: http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20

  • namespace-prefix: xpath20