Powershell – Search and Replace multiple text strings in file/variable

A common, but not so often, requirement in some scenarios is to search and replace one or multiple text strings in variables or files. This can be quite easily achievied by using a bit of Powershell code. Read More …

Notepad++ – Remove duplicate lines without plugins [New Question]

A quick question, answered on Heelpbook, about how to “Remove duplicate lines without plugins in Notepad++”. This can save time when there’s need to remove a lot duplicate lines when purging large text files. Read More …

How to reverse a string using VBScript

Read More …