A regular expression that matches a specific path element in an URL (case-insensitive).
Useful for apache LocationMatch-Direktive, e.g. <LocationMatch "(?i)(?<=\/)pathElement(?=\/)">
<LocationMatch "(?i)(?<=\/)pathElement(?=\/)">