Skip to content

Instantly share code, notes, and snippets.

@lenivene
Created August 22, 2020 04:54
Show Gist options
  • Save lenivene/a79f4a729679683415cef2f3e2b65a04 to your computer and use it in GitHub Desktop.
Save lenivene/a79f4a729679683415cef2f3e2b65a04 to your computer and use it in GitHub Desktop.
export default function preg_match(regex: RegExp, str: string) {
return regex.test(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment