标签:input command str nbsp 零宽断言 宽度 inpu and com
负向零宽断言 (?!表达式) 也是匹配一个零宽度的位置,不过这个位置的“断言”取表达式的反值,例如 (?!表达式)
表示 表达式
前面的位置,如果 表达式
不成立 ,匹配这个位置;如果 表达式
成立,则不匹配
待续.......
标签:input command str nbsp 零宽断言 宽度 inpu and com
原文地址:http://www.cnblogs.com/danlis/p/6867420.html