Skip to content

Instantly share code, notes, and snippets.

import java.util.regex.*;
String hocon = """
include "a.conf"
include file("b.conf")
include required("c.conf")
include required file("bad.conf")
include required "also.bad.conf"
""";