Regular Expressions 101

Spo⁠nsors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

r"
(P\w+)\W(P\w+)
"
gm

Description
Created·2022-06-27 20:54
Type·Match
Flavor·Python

Python program to match if two words from a list of words starting with letter 'P'.

Submitted by Anonymous
Open Workspace