File: //proc/thread-self/root/proc/self/root/usr/local/modsecurity-crs/regex-assembly/931130.ra
##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.
##! ATTENTION: The rule files 931130.data and 931131.data are meant to be kept in sync.
##! They should result in the same regular expression used on different targets in different phases.
##!+ i
##!> assemble
##!=>
(?:(?:url|jar):)?
##!=>
##!> include url-schemes
##!=>
://(?:[^@]+@)?([^/]*)
##!=>
##!<