Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2022-01-14 16:11
Type·Match
Flavor·Python

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

Submitted by Shai chikorel
Open Workspace