Ok so when using the truncate on a word string (e.g. ‘:truncated to 50’), the truncation will of course just stop at whichever letter happens to be character 50.
It’s an issue for me, as I need to maintain the full word for the last word in the string - I’m looking for a solution that behaves more like ‘:truncate to word 50’.
Felt like this would have been a common issue for people but can’t seem to find anything on it - any ideas, or RegEx expressions?