Development quotes of the week - regular expression edition
Development quotes of the week - regular expression edition
Posted Feb 26, 2022 3:02 UTC (Sat) by flussence (guest, #85566)In reply to: Development quotes of the week - regular expression edition by tlamp
Parent article: Development quotes of the week - regular expression edition
> ripgrep doesn't use libpcre, but the native rust regex crate
It uses both, see `ldd`. I was using the --pcre2 flag because there were lookbehinds in a few of the patterns.
