Jeff King <p...@peff.net> writes: > Another difference I found is that "[\d]" matches a literal "\" or "d" > in ERE, but behaves like "[0-9]" in PCRE. I'll work up a patch based on > that.
Wow, clever. Thanks.
Jeff King <p...@peff.net> writes: > Another difference I found is that "[\d]" matches a literal "\" or "d" > in ERE, but behaves like "[0-9]" in PCRE. I'll work up a patch based on > that.
Wow, clever. Thanks.