Regular Expressions 101

Community Patterns

Match mongo _id in JSON mongodb dump

1

Regular Expression
PCRE (PHP <7.3)

/
\"_id\": {\n[\s]+.+\n\s+},\n
/

Description

no description available

Submitted by Josh Kopecek - 8 years ago