Representing all alphabets in a string
Posted: Thu Jul 14, 2016 10:18 am
Hi Team,
I have to write a schematron rule in XSLT 1.0 to represent all the lower case alphabets and digits in a single string.
I used the below code and it is not working.
contains($text, '^[a-z0-9]+$')
Please help me in solving this issue.
Thank you!
Regards,
Mounika
I have to write a schematron rule in XSLT 1.0 to represent all the lower case alphabets and digits in a single string.
I used the below code and it is not working.
contains($text, '^[a-z0-9]+$')
Please help me in solving this issue.
Thank you!
Regards,
Mounika