|
|
|
|
|
by georgia_peach
1443 days ago
|
|
It is surprising / not surprising to see the lengths people go to not learn regex. There's not much to it. If you're just starting out, find a good reference, and memorize it. Mastery is another thing entirely, but it always is. In *nix land, a decent reference is built-in: `man awk` and jump to the "Regular Expressions" section. |
|