Regular Expressions 101

Spon⁠sors

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
\b(\d+)\b
/

Description
Created·2014-04-29 21:59
Type·Match
Flavor·PCRE (Legacy)

Each line in TEXT represents potential input data. The regex is useless so far as my original using assertions neglected the case where required matches occur between double quotes.

Submitted by Anonymous
Open Workspace