COMMAND_VARIABLE_REGEX_ALT

Static COMMAND_VARIABLE_REGEX_ALT 

Source
pub static COMMAND_VARIABLE_REGEX_ALT: LazyLock<Regex>
Expand description

Regex to match variables from a command, with two capturing groups for the name

  • Group 1: Will exist if intelli-shell’s variable syntax like {{name}} is matched
  • Group 2: Will exist if an alternative syntax like <name> is matched