How to find a word within text using XSLT 2.0 and REGEX (which doesn't have \b word boundary)?

前端 未结 2 425
鱼传尺愫
鱼传尺愫 2021-01-16 03:37

I am attempting to scan a string of words and look for the presence of a particular word(case insensitive) in an XSLT 2.0 stylesheet using REGEX.

I have a list of wo

2条回答
提交回复
热议问题