0
search using regex patterns
Would it be possible to match using regex patterns instead of plain string match?
Example:
I have one tab titled "Latest Java 11 Released" and another titled "Overview (Java SE 11 & JDK 11)"
I don't always remember exactly what the title is, but I do know I want something with "Java" and "11".
Suggestion:
If regex patterns were always assumed, then:
- "Java 11" would only match the first.
- "Java SE 11" would only match the second.
- "Java.*11" would match both!
This would be a backward compatible feature, as it would function exactly as before for unaware users, but give added power/control for aware users.
Customer support service by UserEcho