gc-excelviewer icon indicating copy to clipboard operation
gc-excelviewer copied to clipboard

[Feature Request] Regex filtering

Open bracco23 opened this issue 7 years ago • 1 comments

It would be nice to have the possibility to filter the values of a column using a regex pattern, showing only the rows that match the pattern.

For example:

Given a CSV where one of the columns is a website, there is no way at the moment to search for all URL with a .com TLD. With a regex search, one could simply put the regex .*\.com and obtain the desired list of values.

bracco23 avatar Aug 27 '18 09:08 bracco23

this is brilliant actually

abdullzz avatar Feb 28 '21 05:02 abdullzz