Closed micburks closed 1 year ago
Fix resource function regex to disallow matching back slash. This fixes a bug where resource_function will match the wrong pattern because \S matches /
\S
/
Fix resource function regex to disallow matching back slash. This fixes a bug where resource_function will match the wrong pattern because
\S
matches/