If you ever are given a text file which you need to pretty up (for example when importing into a program/database), there are a lot of common manipulations you might need to perform. If you do not already have a tool for this job, then a handy resource is
Goformat.com.With Goformat, you can perform the following actions straight from their website:
- Find/replace
- Case conversion (to upper, to lower, to proper)
- Character removal
- Splits
By no means is this everything you might ever need to do, but it does have the commonly used functions covered. Of course the great thing is Goformat is a web page so there is no software required and it is available anytime you need it.