How can I have a regular expression that tests for spaces or tabs but not newlines. I tried s but found out that it tests for newlines too.
s
I use C#/WPF but it shouldn't matter.
Use character classes: [ ]
[ ]
1.4m articles
1.4m replys
5 comments
57.0k users