AR1337

Results 1 issues of AR1337

Hi, I am using R 4.1.3 and the stringr-package 1.4.0 and get some unexpected results from this code: ``` stringr::str_replace(string = "5", pattern = "([0-9]+)", replacement = stringr::str_pad(string = "\\1",...