正则表达式:不能包含某些特殊字符串

# js正则
/^((?!list|news|index).)*$/.test('list0')
原文地址:https://www.cnblogs.com/kjcy8/p/10773060.html