i haven't tried to read the whole line 148 but it uses `\d` and that's wrong ``` $ [[ d =~ \d ]] && echo match match ```
i haven't tried to read the whole line 148 but it uses
\dand that's wrong