Skip to main content

REGEX_PORTRAIT_SETTINGS

Static REGEX_PORTRAIT_SETTINGS 

Source
pub static REGEX_PORTRAIT_SETTINGS: LazyLock<Regex>
Expand description

Regular expression to identify portrait settings file paths.

Matches any path ending with portrait_settings followed by optional characters and .bin.

ยงExamples

  • portraits/portrait_settings.bin โ†’ matches
  • data/portrait_settings_v2.bin โ†’ matches
  • other/settings.bin โ†’ does not match