Skip to content
New issue

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

Case-insensitive matching? #21

Closed
DavidAccola opened this issue Feb 23, 2023 · 1 comment
Closed

Case-insensitive matching? #21

DavidAccola opened this issue Feb 23, 2023 · 1 comment

Comments

@DavidAccola
Copy link

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!

@TheJaredWilcurt
Copy link
Member

Fixed in v1.2.0.

You can also now pass in any findAndReplaceDOMText options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants