abcd_test.py test.py xyz_test.js test.js
其他一切都应该匹配.
什么是正则表达式?
(?!.*?test)^.*$
这应该做到这一点.
见演示.
http://regex101.com/r/qS7yN9/1