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.
Option | Description |
---|---|
Extra parameter | This function requires two extra parameters. The extra parameters must be numbers, which are the start and the end values of the interval. |
In the first example, the first three characters are removed, while the other ones are kept.
In the second example, the second, third and fourth characters are removed, while the other ones are kept.
Input value | Extra parameter | Example of a masked value |
---|---|---|
Jack | "1,3" | k |
S1000D | "2,4" | S0D |