Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Python

r"
^(?=.*\google\b)(?=.*\i\b).*|(?=.*\com\b).*
"
gm

Description

find the word "google" with "i" or "com"

Submitted by Shai chikorel - 3 years ago