Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I want to check the first character of a #CONTENT savetext for a parenthesis "(" and if it exists, strip it out.
an xpath condition test starts-with(self::text(), '(') didn't work.
And these didn't work in a conrule:
substring(#CONTENT,2) or substr(#CONTENT,2)
Can you put an XPATH expression in a conrule?
(Styler 5.3)
Thanks!
Thank you, Suzanne and Brandon!