foundry_compilers_core::utils

Static RE_SOL_IMPORT

Source
pub static RE_SOL_IMPORT: LazyLock<Regex>
Expand description

A regex that matches the import path and identifier of a solidity import statement with the named groups “path”, “id”.