Novice: more basic questions
Posted: Wed Feb 08, 2012 8:51 am
I bought WE a couple of weeks ago but for various reasons am only now trying to use it in earnest.
Am I missing something, or is help very thin on the really basic things?
The only example I could find on how to use the program was "...how to convert all HTML tags to lower case, in all HTML files in the IIS root folder and all its subfolders." So could someone step me through exactly what I do for the following much simpler example please. Not just the RegEx but the WildEdit steps, after opening the program.
I simply want to operate on a single TXT file, not a folder. Is that the lowest level that WE will let me browse to? Why not down to a file? Must I treat it as a 'Test' file to achieve that?
Anyway, then I want to do something I cannot do with my otherwise excellent TextPad, namely delete duplicate lines in the file.
So
Line 1
Line 1
Line 1 differs
Line 2
Line 2
Line 3
should become
Line 1
Line 1 differs
Line 2
Line 3
etc.
--
Terry, East Grinstead, UK
Am I missing something, or is help very thin on the really basic things?
The only example I could find on how to use the program was "...how to convert all HTML tags to lower case, in all HTML files in the IIS root folder and all its subfolders." So could someone step me through exactly what I do for the following much simpler example please. Not just the RegEx but the WildEdit steps, after opening the program.
I simply want to operate on a single TXT file, not a folder. Is that the lowest level that WE will let me browse to? Why not down to a file? Must I treat it as a 'Test' file to achieve that?
Anyway, then I want to do something I cannot do with my otherwise excellent TextPad, namely delete duplicate lines in the file.
So
Line 1
Line 1
Line 1 differs
Line 2
Line 2
Line 3
should become
Line 1
Line 1 differs
Line 2
Line 3
etc.
--
Terry, East Grinstead, UK