guys how do u a delete a line if say i found "vst" on that line??
and checking the whole file!!
thanks
jack
how do u a delete a line
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 1
- Joined: Mon Nov 02, 2009 10:32 pm
- Location: monsey ny
- Contact:
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
In TextPad:
Search for ^.*vst.*\n
Replace with: NOTHING
=================
I don't know if that works in WildEdit.
Use the following settings:
-----------------------------------------
[X] Regular expression
Replace All
-----------------------------------------
Configure | Preferences | Editor
[X] Use POSIX regular expression syntax
-----------------------------------------
Suggest having a backup copy of the original before proceeding with mass changes/deletes.
Search for ^.*vst.*\n
Replace with: NOTHING
=================
I don't know if that works in WildEdit.
Use the following settings:
-----------------------------------------
[X] Regular expression
Replace All
-----------------------------------------
Configure | Preferences | Editor
[X] Use POSIX regular expression syntax
-----------------------------------------
Suggest having a backup copy of the original before proceeding with mass changes/deletes.
Hope this was helpful.............good luck,
Bob
Bob
-
- Posts: 3
- Joined: Tue Feb 10, 2009 5:30 pm
- Location: Minneapolis
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm