Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-14 16:11
Flavor·Python

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

Description

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

Submitted by Shai chikorel