Is there a way to match such pattern in a string?
Pattern(case insensitive) : "\bfactuur(nummer)" **OR** "Nr." **OR** "Nr(:)"
followed by actual value "\d+"
OR "d{3,4} - d{3,4}"
.
Nice to have (if it's actually not surreal): "Factuur\n"
ignore everything inbetween "Nr." "\d+"
.
Tested on:
Factuur: 2018-4005
Factuur
Nr. 90424571
Factuurnummer: 2019-010
factuur : 281319261
factuurnummer: 63
Factuurnummer: 281319264565
Factuur assdg 236373
Factuurnummer 281319265
Factuurnummer 0723 - 1345
Factuur nr. 180262
Factuurnummer : 6322232
DEMO Regex: