atlas/tools/unused/regexes.txt
Hans5958 0cd0896629 Move unused scripts to the unused folder
Just realised theere is shrinkFont and allCharacters. Is it even worth it to recompile for every new character?
2022-04-19 09:05:25 +07:00

9 lines
145 B
Plaintext

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