gc-excelviewer
gc-excelviewer copied to clipboard
[Feature Request] Regex filtering
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.
this is brilliant actually