Created
August 9, 2019 13:46
-
-
Save linus-amg/e6f71705c53becc85a27224d3ee00210 to your computer and use it in GitHub Desktop.
some helpful regex for refactoring stores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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