I have a link. Ex: http://my.domain/url.jsp
My goal is create patter that will be not allow any URLs with extension like this: .ex1, .ex2, .ex3
I was searching a long of time and find some approach, but it's really opposite that I want.
([^\s]+(\.(?i)(ex1|ex2|ex3))$)