码迷,mamicode.com
首页 > Web开发 > 详细

jsp urlrewrite 中正则表达式不包含某个字符串写法

时间:2014-11-06 11:00:16      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:style   color   sp   strong   on   bs   程序   nbsp   js   

因在程序中需要做城市间跳转,但是页面中包含的css、scripts和图片等路径是要排除在外的。这就需要在正则中指定当遇到哪些

字符时需要略过。

正则如下:

/((?!css)(?!scripts)(?!images)[a-zA-Z]+)/ 

指定当路径中包含 css scripts 和 images 是不需要跳转的。


哪个朋友有更好的方法可以在下面留言指教。

jsp urlrewrite 中正则表达式不包含某个字符串写法

标签:style   color   sp   strong   on   bs   程序   nbsp   js   

原文地址:http://blog.csdn.net/honglei_zh/article/details/40856499

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!