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
By default, seems like matching is case sensitive. Can this be changed?
Request: Looking for case-insensitive matching a la Chrome's Ctrl+F search or the findAndReplaceDOMText demo.
Example: Text to search: "Test Results: 5 tests" Search term: "test" Current results: "Test Results: 5 tests" Desired results: "Test Results: 5 tests"
If this is easily configurable and I'm just missing it, please fill me in! Thanks!
The text was updated successfully, but these errors were encountered:
Fixed in v1.2.0.
You can also now pass in any findAndReplaceDOMText options.
findAndReplaceDOMText
Sorry, something went wrong.
No branches or pull requests
By default, seems like matching is case sensitive. Can this be changed?
Request:
Looking for case-insensitive matching a la Chrome's Ctrl+F search or the findAndReplaceDOMText demo.
Example:
Text to search: "Test Results: 5 tests"
Search term: "test"
Current results: "Test Results: 5 tests"
Desired results: "Test Results: 5 tests"
If this is easily configurable and I'm just missing it, please fill me in! Thanks!
The text was updated successfully, but these errors were encountered: