Hi all,
I just want to clear the content of multiple txt files and replace with blank lines or even nothing
I don't how how to tell "everything" in "Find"
Can you help me ?
Thank you.
Remove all content of multiple txt files
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Remove all content of multiple txt files
You can use this Regular Expression:
This will match everything in the file and you can replace with nothing. Use with care!
Code: Select all
[\s\S]*