Previous Topic

Next Topic

Book Contents

Book Index

Examples for removing characters from the data

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.

In This Section

Processing of special characters

See Also

Samples for using the article number filter

Examples for adding characters to the data