Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-05-24 07:48
Flavor·Python

r"
(?<!\d)(\d)(?!\d)
"
gm
Open regex in editor

Description

Example of targeting single digits in some text

Submitted by Tataris