Remove characters between two positions
This function removes all characters included in the defined interval, while the ones
outside the interval are copied to the output as is.
When you use this function, you must define two extra parameters which are the number corresponding to the start and the end values of the interval.
The following table shows examples of masked values depending on the input value and the extra parameter.
Input value | Extra parameter | Example of a masked value | Details |
---|---|---|---|
Jack | "1,3" | k | The first three characters are removed, while the other ones are kept. |
S1000D | "2,4" | S0D | The second, third, and fourth characters are removed, while the other ones are kept. |