With regular expressions certain sections of column values can be identified via a combination of signs.
The column values of the variable standard number consist of complex character strings (e.g. "xyz DIN 174jdfjd"). The expressions for the standard number in the PARTdataManager tables ("DIN 174") are "hidden" within these character strings in various places. In order to be able to compare the column values of the text file and the table, the relevant expressions must be "extracted" from the character strings.
This filters out the following string: "DIN", followed by a space and a number. The number consists of the digits 0 to 9, which can appear as often as you like in this number.
Characters [Symbol] used in connection with regular expressions:
The basis is the character string ABCXYZDEF