接下来的符号表示任意数量的空格、换行或制表符(\ s),但至少要有一个(+)。
What follows indicates any number of Spaces, new lines, or tabs (\ s), but at least one (+).
第一个规则表达式将与后面依次跟有任意数量的空格或制表键以及开始圆括号的字符串“ main ”匹配。
The first regular expression will match the string "main" followed by any number of Spaces or tabs, followed by an open parenthesis.
应用推荐