Regular Expressions 101

Community Patterns

sentence with colon regex

0

Regular Expression
Python

r"
[\S\w]+\s?:\s?[\S]+
"
gm

Description

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

Submitted by wb - a year ago