pub static REGEX_DB: LazyLock<Regex>Expand description
Regular expression to identify database table file paths.
Matches paths in the format: db/{table_name}_tables/{file}
ยงExamples
db/units_tables/core_units.binโ matchesdb/buildings_tables/data.binโ matchesdata/units.txtโ does not match