Francois Green

Results 31 issues of Francois Green

My own naive implementation seems a bit slow with larger strings: ```gleam fn replace_all( regex: Result(Regex, CompileError), input: String, replacement: String, ) -> String { let assert Ok(re) = regex...