Using Acunetix and it apparently supports regex.
Since I'm trying to have it exclude specific directories containing a string, I don't know why I'm having such a hard time trying to find this.
Given that I'm not working in python or coding anything, I'm not sure if the the pages I've run across don't apply or not.
How can I use regex to simply match anything containing a string such as "/form/" in the URL? What regex expression matches anything including that? Not even sure if I'm asking this right.
Would it simply be (/form/)?