Regular Expressions 101

Community Patterns

RPCS3 Compatibility list parser (Playable only)

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<=N\)|(?<=Ray)).*(?=)
/
g

Description

Parse game's titles from list. Just copy/paste data from the table and get parsed results from match information. Example:

NPEB00128
Digital (PSN)Zombie Apocalypse
Playable
2021-07-10   #10526

Result will be Zombie Apocalypse

Submitted by tekknoid - 2 years ago