language: en
News: TheWebMiner Geo is our new tool that helps you to find restaurants and other Points Of Interest

Regex to Vim

We often use Vim for "find replace" tasks in big text files, but Vim expressions are little different from classical regex expressions.
This tool helps you to convert regex expression to Vim expressions.

RegEx:
Example: [0-9]+\.[a-z]{3}
Replace:
optional
Replace with empty string (remove)

Vim search: