Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-03 03:35
Flavor·PCRE (Legacy)

/
(\b0\d*?)0+$
/
gm
Open regex in editor

Description

it match when zero is second characters of the string and so on

Submitted by Azhi