Regex.Matcher has no Singleline option?

reeZZer

Member
Licensed User
Longtime User
Hello,

i'm currently trying to match a String with Singleline option which does not exist in the Regex.Matcher Class.

I'm using regexlib.com Tester to "built" the Regex and there is the option to Select "Singleline" which is the only Option to work with my Patterns.

Hope you can fix/add that in future.

Thank you in advance.

EDIT: I've found a Solution by using [\S\s] Which is the same, anyways it would be nice to add that since the Multiline also exists.

MfG,
reeZZer
 
Last edited:
Top