These examples can be applied both on the article numbers as on the nodes:
no |
entry |
data |
result |
4 |
*ABC |
abcdABC |
abcd |
5 |
ABC* |
ABCabcd |
abcd |
6 |
ABC*DEF |
ABCabcdDEF |
abcd |
7 |
ABC |
ABCabcdABCbde |
abcdbde |
Example 4:
Your entry „*ABC" will be removed from the end of the data.
Example 5:
Your entry „ABC*" will be removed from the start of the data.
Example 6:
Your entry „ABC*DEF" will be removed with the part left from the asterisk from the start of the data and with the part right of the asterisk from the end of the data.
Please note: Several pattern can be used in one single pass. The character strings must be separated from one another by a comma. They will then be processed in the sequence, in which they are entered.