Timeline for Non-greedy match with SED regex (emulate perl's .*?)
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 24, 2016 at 20:06 | comment | added | ilkkachu | asdf. Right, my bad. | |
| Jul 24, 2016 at 19:58 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | . does match newlines in POSIX regexps (thanks don_crissti) |
| Jul 24, 2016 at 19:28 | comment | added | Gilles 'SO- stop being evil' | @ilkkachu No, it doesn't. s/\n//g removes all newlines. | |
| Jul 24, 2016 at 19:28 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | . does match newlines in POSIX regexps (thanks don_crissti) |
| Jul 23, 2016 at 14:26 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |