Click the button below to generate regex

Examples in Multiple Programming Languages:

LanguageRegular Expression
JavaScript:const regex = //;
PHP:$regex = '//';
Python:import re; pattern = r''
Go:import "regexp"; regex := regexp.MustCompile(``)