
August 29th, 2012, 11:43 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 2
Time spent in forums: 6 m 34 sec
Reputation Power: 0
|
|
|
Very simple regex question
Hi
I will only be using regex once to hide certain files on a linux server and I can't seem to find the simple answer I am looking for.
I am trying to hide files that contain this string " :2e" without the quotation marks.
So what I have tried is this
"(*:2e*|Temporary Items|Network Trash Folder)$"
the :2e string is the only one that doesn't work
Please help
|