https://bugs.documentfoundation.org/show_bug.cgi?id=131332

--- Comment #5 from Mike Kaganski <[email protected]> ---
(In reply to BogdanB from comment #4)

`git grep` doesn't use regular expressions by default. Since the \d is not in
grep's basic/extended metacharachers, your command should specify to Perl
syntax:

> git grep -P "\d\d?/\d\d?/\d{2,4}"

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to