Forum Discussion
Sebastian_Vilst
17 years agoContributor
I got it to work, thanks to your help 
My final regex was
The (?s) bit was required, but i can't figure out why. What does it do? Why do I need it?

My final regex was
(?s).*(Kunden eksisterer allerede|CustomerGetResponse).*
The (?s) bit was required, but i can't figure out why. What does it do? Why do I need it?