常用正则表达式

1 . 排除正则

正则 :  ($)(?!.*(.| )).+($)

匹配 : $...$ , 但是中间不能出现点(.)和空格( )

原文地址:https://www.cnblogs.com/kreo/p/13398264.html