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
feat(core utils): regexp_from_wildcard - Create regular expressions from wildcard strings.
This utility can be used for search strings with wildcards like "test-*-xyz".
The wildcard can be at the beginning, somewhere in the middle or at the
end and multiple wildcards can be used.
This method was factored out from removeWildcardClass for broader usage.
0 commit comments