atlas/tools/regexes.txt

9 lines
145 B
Plaintext

Find all stuff between json objects:
\}[^\{\}]*?[^\s,][^\{\}]*?\{
Find all entries not separated by commas:
\}[^\{\},]*?[^,][^\{\},]*?\{