Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-03-29 15:34
Flavor·Python

r'
(?<!\S).(?!\S)
'
gm
Open regex in editor

Description

find any standalone, non-white space character

Submitted by anonymous