View Single Post
Old 01-01-2021, 07:18 PM   #64
welp
Junior Member
welp began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2021
Location: Canada
Device: Kobo Libra H20
How does this regex work

Quote:
Originally Posted by frostschutz View Post
(not tested)

\\.(?!kobo(?!/vlasovsoft)|adobe).*?

I tried this but it didn't work. I made a folder called test and I added this to the config file:

Code:
\\.(?!kobo(?!/test)|adobe).*?
Can some one help me understand this regex? I tried put this in some regex editors, but it won't recognize it. Specifically, the \\ in the beginning.


I want to hide two folders, /test and /test2. I also wanted to hide the icons in root such as vlasovsoft.png, kfmon.png, and koreader.png (if hiding it does not interfere with koreader and kfmon).

Thank you!
welp is offline   Reply With Quote