You can build patterns of the following elements:
- Digit: A single digit, 0-9
 - Number: Any number, of multiple digits
 - Number with -,.: Also includes numbers like -14.534,56 or 34,349
 - Character: A single character a-z or A-Z, or any non standard character like æ, ø, å
 - Word: A word consisting of any number of characters, but not spaces and signs like "," and ".".
 - Text: Characters, numbers, signs, but not space or or white space
 - White space: spaces, tabs, line breaks