Timeline for Imposters at the Zoo
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Nov 21, 2017 at 18:49 | comment | added | Antti29 | Using GNU something to solve this seems highly appropriate. | |
| Jan 27, 2016 at 16:32 | comment | added | feersum |
@MartinBüttner For the last couple of falsy cases, it actually gave up and printed grep: exceeded PCRE's backtracking limit.
|
|
| Jan 27, 2016 at 16:27 | comment | added | Martin Ender | I can't test with grep right now, but does this actually handle the large falsy test cases in a few seconds? In Retina the backtracking takes quite a while. | |
| Jan 27, 2016 at 16:23 | history | edited | feersum | CC BY-SA 3.0 |
added 97 characters in body
|
| Jan 27, 2016 at 16:08 | comment | added | Martin Ender |
Does grep not have non-word-boundaries \B so you can get rid of the last lookahead? (If it doesn't, switching to Retina would save a few bytes. Actually I think it would save a byte anyway, because it doesn't need the P option.)
|
|
| Jan 27, 2016 at 16:04 | history | answered | feersum | CC BY-SA 3.0 |