Regular Expressions 101

Community Patterns

Find array ending with comma

0

Regular Expression
PCRE (PHP <7.3)

Description

Useful for finding array error. Example: {'id':'1','name':'test',} Finds the ",}" from the example

Submitted by anonymous - 9 years ago