Community Patterns

Community Library Entry

2

Regular Expression
Created·2014-06-23 23:23
Flavor·PCRE (Legacy)

/
(?<name>\w+)=(?<value>.+?)(?=[,\]])(?#The following text makes sure that the match isn't inside quotes, #found_on_internet )(?=([^"\\]*(\\.|"([^"\\]*\\.)*[^"\\]*"))*[^"]*$)
/
g
Open regex in editor

Description

Regex to match part of minecraft command entity targets

Submitted by aziis98