View Single Post
Old 12-09-2012, 01:26 PM   PM User | #3
007julien
Regular Coder

 
Join Date: May 2012
Location: France
Posts: 115
Thanks: 0
Thanked 17 Times in 15 Posts
007julien is an unknown quantity at this point
Try
Code:
   url: .*(?!subdir_a)
But I do not know if this lookahead negative assertion are autorized in this language which is not javascript !
007julien is offline   Reply With Quote