| Summary: | Search: regular expression option should be available | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | mathesis <net-account> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | support for wildcardUnix regularExpression in filterBar | ||
|
Description
mathesis
2009-01-18 19:45:57 UTC
Created attachment 66529 [details]
support for wildcardUnix regularExpression in filterBar
WildCardUnix allows only
* - matches zero or more of any characters
? - matches exactly one character
[..] - like normal regular expressions
\ - to escape characters with special meaning
I have enabled WildCardUnix regular expressions, we can change it in rx.setPatternSyntax
*** This bug has been marked as a duplicate of bug 155986 *** |