Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

2

Regular Expression
PCRE (PHP <7.3)

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

Description

Regex to match part of minecraft command entity targets

Submitted by aziis98 - 11 years ago