Hi there.
The Text modifiers in Axy are already really cool.
I'm missing a simple function though that allows to extract a given part from a string.
(like 'character 10 to 15' from a string with 30 characters)
It's dead simple to do this via script:
--$ inText text --$ inStart integer --$ inEnd integer --$ outText text outText = inText:sub(inStart ,inEnd)but it would also make a nice new tool... :-)Cheers.Eric.
Hi Eric,
You can use the Text Slice module to do so:
If no Separators are given in the Text Slice module, it will count each character when slicing.
Warmest regards,