0
0
Fork 0
mirror of https://github.com/placeAtlas/atlas.git synced 2025-03-15 16:40:06 +01:00
atlas/tools/regexes.txt

9 lines
No EOL
145 B
Text

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