Skip to content

Instantly share code, notes, and snippets.

@kirkbyers
Last active November 2, 2017 23:03
Show Gist options
  • Select an option

  • Save kirkbyers/04f45c5a4b2523cbe86f5ef0712addd1 to your computer and use it in GitHub Desktop.

Select an option

Save kirkbyers/04f45c5a4b2523cbe86f5ef0712addd1 to your computer and use it in GitHub Desktop.
Regex for removing typecasting in ts from material-ui

General:

/(?!([withStyles]))<([^"]+)>/

Javascript:

text.match(/(?!([withStyles]))<([^"]+)>/);

VS Code/Ripgrip

withStyles[^>]*>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment