Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created August 9, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linus-amg/e6f71705c53becc85a27224d3ee00210 to your computer and use it in GitHub Desktop.
Save linus-amg/e6f71705c53becc85a27224d3ee00210 to your computer and use it in GitHub Desktop.
some helpful regex for refactoring stores
(this\.props.)[A-Za-z]+(Store)
(this\.props.)[A-Za-z]+(Service)
(Store).{0,}=.{0,}(this\.props)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment