Using the CCS format “split” attribute
-
CCS
[format split="-" part=1]
lets me split a string at a specified character, and return the nth part (eg. parts of a date as described in the thread “Changing the date format“).- Can I split a string at the nth specified character, counting from the end? ie. The “last” part?
- Can I split a string at the nth character? ie. the 2nd character, the last character? eg. From “abcdef”, split “bcdef”, or just “ef”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using the CCS format “split” attribute’ is closed to new replies.