Jump to content

pattern matching


neerajmurali

Recommended Posts

You can check whether a certain substring is contained within a string with the contains() function.Regular expression functions however are not a standart part of XSLT 1.0. They are part of XSLT 2.0, and for XSLT 1.0, there are EXSLT regex functions which however are only natively supported in the 4XSLT processor. For MSXML and other Microsoft XSLT processors, you can use the MSXSL implementation by including it in that stylesheet in your own and using calling the function as normal.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...