I want to use custom stringIncludes
See original GitHub issueThank you for a wonderful product.
Problems and suggestions
The current implementation is a search that shows or hides the HTML element by partially matching the search value. AND, OR search can not be performed.
Countermeasure
Set stringIncludes
as the default search, pass the search function as an option, and display or hide the HTML element according to the result of the passed search function.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How do I use contains to search through a custom object ...
I've been given a task to make an inventory of videos and I want to be able to search through the inventory to...
Read more >Python - custom string contains() method
In this example, we use in operator to create a custom implementation of the string contains() method and check if text contains some...
Read more >strings - Custom include? method for a substring
Task: Write a function which returns true if a given substring is found within a given string. If the substring isn't found, then...
Read more >Handling text — strings in JavaScript - Learn web development
This can work just like a normal string, except you can include variables in it, wrapped inside ${ } characters, and the variable's...
Read more >How to create a custom String class in C++ with basic ...
In this article, we will create our custom string class which will have the same functionality as the existing string class.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you @Haroenv It is the specification as I suggested.
I’d love to see what you built with Holmes, care to send me it when it’s done?