hi. if any1 could help me with this i would really appreciate it smile

i'm making a search script which searches a txt file using /filter,
but i only want it to match the text efter the last backslash..

lets say my txtfile has this in it.
c:\test
c:\bla\test.txt
c:\TesT\bla.txt
c:\program files\Test
c:\program files\bla\TEST.txt
c:\program files\test\Bla.txt

so right now /search test would match all these lines but i just want it to match
c:\test
c:\bla\test.txt
c:\program files\Test
c:\program files\bla\TEST.txt

hopefully this is possible using filter and regex.

// mattiaz