How to match any non white space character except a particular one?

前端 未结 4 1627
情深已故
情深已故 2020-12-08 03:24

In Perl \\S matches any non-whitespace character.

How can I match any non-whitespace character except a backslash \\?

4条回答
提交回复
热议问题