Go Regex Tester – Test Go / Golang Regex Online

Go uses the RE2 engine via regexp, so it deliberately skips backreferences and lookahead/lookbehind in exchange for guaranteed linear-time matching. Use this tester when you need to confirm a pattern really works in Go, not just in PCRE-style tools.

Test text

Regular expression

Run with Ctrl/⌘ Enter

Runs against the live Go regex engine.

Output

Apply the expression to see its output.

FAQ