gluon_utils

Functions

pub fn attempt(result: Result(a, b), default_error: String, fun: fn(
    a,
  ) -> Result(c, String)) -> Result(c, String)
pub fn generate_regex(pattern: String) -> Result(Regex, String)
pub fn replace_with_regex(in string: String, each pattern: Regex, with substitute: String) -> String
Search Document