You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User story.
As a ruleset developer, I can pass regex modifiers to the pattern function, so that I can make more advanced rulesets with everything regex has to offer instead of just the default mode.
Is your feature request related to a problem?
Working on stoplightio/spectral-owasp-ruleset#51 I had to write some fairly hectic regex due to not being able to set the /i modifier for case insenstivity.
User story.
As a ruleset developer, I can pass regex modifiers to the pattern function, so that I can make more advanced rulesets with everything regex has to offer instead of just the default mode.
Is your feature request related to a problem?
Working on stoplightio/spectral-owasp-ruleset#51 I had to write some fairly hectic regex due to not being able to set the
/i
modifier for case insenstivity.Describe the solution you'd like
Or you could make it nicer for people and make human named switches like
case-insensitive: true
or whatever.The text was updated successfully, but these errors were encountered: