Get text after a certain word

Hello

Check out this Regex pattern:
(?<=Delivery Date: |Liefer Datum: )\d+.\d+.20\d+

Regex101 Preview here

If you want to learn more about Regex - check out my Regex MegaPost

Hopefully this helps :blush:

2 Likes