With regex you can extract a certain pattern from a character string (string) or change a character string. For example, you can filter out all words from a text that are between two certain characters or that begin with a certain character string. You can also use Regular Expression to exchange or move parts of the string according to a given pattern.
Recommended tutorials
https://danielfett.de/2006/03/20/regulaere-ausdruecke-tutorial/ (German)
https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
Tools to test your pattern
http://regexstorm.net/tester
https://extendsclass.com/regex-tester.html
https://regex101.com/

