Regular Expressions 101

Community Patterns

String blocks that start and end by a pattern

1

Regular Expression
Python

r"
(?<=This is).*?(?=sentence)
"
s

Description

no description available

Submitted by anonymous - 8 years ago