Skip to content

Instantly share code, notes, and snippets.

@hansamlin
Created December 29, 2023 08:57
Show Gist options
  • Save hansamlin/c7dec509c3a64e5877a66f94fcddde53 to your computer and use it in GitHub Desktop.
Save hansamlin/c7dec509c3a64e5877a66f94fcddde53 to your computer and use it in GitHub Desktop.
check is javascript protocol
export const isJavaScriptProtocol = /^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment