Trim Characters Functionality
Hi,
I would like to ask what is the best way to trim characters in IB? For example, with string "1234-456789", I only want to look the first 4 characters, how would I trim that out? I saw <stringModify>, but I don't see it has something like this?
-
Hello,
Related to this optic, can you help me how I trim the first 6 or 7 char?For example, if I want the first 7 char of "1234-5678-9012", which is "1234-56:. What would be the pattern and substitution logic? I've tried a few (like below) without success.
<pattern>^[0-9]{0,6}$</pattern>
Please sign in to leave a comment.
Comments
8 comments