We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the word is in the middle of a camelCase or CamelCase, it doesn't get replaced.
I think a cli option to add an optional regex pattern before the word to signify replacement would be good.
If we're replacing model, & we added a pattern of with.
model
with
withModel -> replaces Model remodel -> does not replace model
withModel
remodel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the word is in the middle of a camelCase or CamelCase, it doesn't get replaced.
I think a cli option to add an optional regex pattern before the word to signify replacement would be good.
If we're replacing
model
, & we added a pattern ofwith
.withModel
-> replaces Modelremodel
-> does not replace modelThe text was updated successfully, but these errors were encountered: