I have a lot of numbers in a table that are hyphenated. But when there is a number containing a "/" character, I want to hyphenate after that... if it is necessary.
Is there a attribute for this?
XML Example:
<ptxt>123567/89012345</ptxt>
Split after "/" if necessary.
Thanks!