Timeline for String containing characters in the same order as other string
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 20, 2023 at 18:41 | history | edited | E. Chan-López | CC BY-SA 4.0 | added 61 characters in body |
| Sep 20, 2023 at 18:22 | history | edited | E. Chan-López | CC BY-SA 4.0 | added 282 characters in body |
| Sep 20, 2023 at 18:17 | comment | added | Suite401 | Yes, would hope for a True with {"ABCDE","ABCE"} | |
| Sep 20, 2023 at 18:17 | history | edited | E. Chan-López | CC BY-SA 4.0 | added 338 characters in body |
| Sep 20, 2023 at 18:12 | comment | added | E. Chan-López | I understand, but then the example f["ABCDE", "ABCE"] also fails, since "ABCE" is a substring that has a jump. | |
| Sep 20, 2023 at 18:06 | comment | added | Suite401 | f = UnsameQ[StringPosition[#1, #2], {}] &; also fails the Missouri test :/ | |
| Sep 20, 2023 at 18:01 | comment | added | E. Chan-López | Hi mate! I see, it seems that the author of the OP wants something more complicated. | |
| Sep 20, 2023 at 17:56 | comment | added | bmf | Nice one as well. Check the comment section in my answer as the author of the OP is interested in something that is a bit extra ;) | |
| Sep 20, 2023 at 17:53 | history | answered | E. Chan-López | CC BY-SA 4.0 |