Coding Tips (JavaScript/CSS/VBA/Win32)

Useful code snippets, tips and some Windows applications

Find and Replace Occurencies of a String In the same file

Description:
You need to replace all occurencies of a string in a text file

Solution: (For Java 1.4 and higher)

More Java Tips

Sorting ArrayLists in Java

Create Sub-Directory From File Name

Read File Contents into ArrayList

List Files in a Directory

Get File Name without extension from Its Path

Text File Splitter Class. Full code listed