Timeline for Is string X a subsequence of string Y?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 26, 2021 at 22:43 | comment | added | Stefan Reich | I was just messing around :) | |
| Jan 26, 2021 at 22:07 | comment | added | Kevin Cruijssen | @StefanReich The golfing languages like Jelly, Japt, 05AB1E, etc. are probably fine, since most of them just use the powerset and check if the second input is in it. I was referring to the answers using regex like mine, like the accepted Perl answer; the Python answer of Eric; the Ruby answer; etc. All answers that use regex are similar as mine (add a ".*" after each characters, and check if it matches the second input) are most likely invalid if the inputs contain special regex characters. | |
| Jan 26, 2021 at 21:53 | comment | added | Stefan Reich | Come on... you're saying there is a bug in THIS? >> à øV << (the Japt program, whatever that is) | |
| Jan 26, 2021 at 19:44 | comment | added | Kevin Cruijssen | @StefanReich You're right, but the same applies to almost any other existing answer, though. But I've added a note to mention this in the answer (and golfed it by 3 bytes at the same time). | |
| Jan 26, 2021 at 19:43 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 | added 156 characters in body |
| Jan 26, 2021 at 18:02 | comment | added | Stefan Reich | You're mishandling special regexp characters like "." though | |
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Aug 21, 2019 at 12:31 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 | deleted 4 characters in body |
| Aug 21, 2019 at 6:24 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 | deleted 1109 characters in body |
| Mar 14, 2017 at 15:16 | history | edited | Kevin Cruijssen | CC BY-SA 3.0 | Replaced Boolean with Object to save 1 byte |
| Mar 13, 2017 at 15:09 | history | edited | Kevin Cruijssen | CC BY-SA 3.0 | Java highlighting |
| Mar 13, 2017 at 14:20 | history | answered | Kevin Cruijssen | CC BY-SA 3.0 |