Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created August 9, 2019 13:46
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