regExpFromWildcards | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/stdregExpFromWildcardsFunction regExpFromWildcardsregExpFromWildcards( masks: string | string[], options?: { caseInsensitive?: boolean; wildcards?: "?*" },): RegExpCreate a regular expression from one or more wildcard masks Parametersmasks: string | string[]One or more masks with '?' and/or '*' wildcards Optionaloptions: { caseInsensitive?: boolean; wildcards?: "?*" }Returns RegExpRegular expression string SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Create a regular expression from one or more wildcard masks