Timeline for Check valid (sub)domain with regex in bash
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 24, 2023 at 17:19 | comment | added | Stéphane Chazelas |
@Kusalananda or zsh -o rematchpcre
|
|
| Oct 27, 2019 at 15:33 | vote | accept | Jens | ||
| Oct 24, 2019 at 16:14 | answer | added | ilkkachu | timeline score: 1 | |
| Oct 24, 2019 at 14:32 | comment | added | Kusalananda♦ | You're using a Perl-like regular expression. Bash supports POSIX extended regular expressions. Use Perl instead. | |
| Oct 24, 2019 at 14:23 | comment | added | RomanPerekhrest |
can you rely on other regex features, from say, grep ?
|
|
| Oct 24, 2019 at 14:16 | history | asked | Jens | CC BY-SA 4.0 |