Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-05-21 17:47
Flavor·PCRE (Legacy)

/
^((?! [0-9*]*[0-9*]\. ).)*$
/
gm
Open regex in editor

Description

This is useful for selecting 2nd and 3rd levels in an ordered list copied from a website (for removal, in my case).

Submitted by Peter Arthur