I'm having a hard time trying to figure a regex to match patterns of the form: path/to/file.html but reject patterns of the form path/to/_file.html
Thx in advance for your help.
|
I'm having a hard time trying to figure a regex to match patterns of the form: path/to/file.html but reject patterns of the form path/to/_file.html Thx in advance for your help. |
|||
|
|
|
Try this :
I've made a couple of assumptions however:
If any of these are wrong please comment and I'll modify appropriately. |
|||||||||||
|