Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-18 03:13
Flavor·Python

r"
[\S\w]+\s?:\s?[\S]+
"
gm
Open regex in editor

Description

[\S\w]+\s?:\s?[\S▁]+

Submitted by wb