C#
using System.Text.RegularExpressions;


VB.NET
Imports System.Text.RegularExpressions


Java
import java.util.regex.*;


Python
import re
