Timeline for Is placing text markers inside of strings bad style? Is there an alternative?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Nov 23, 2016 at 6:40 | history | edited | Doc Brown | CC BY-SA 3.0 |
added 13 characters in body
|
| Nov 22, 2016 at 15:52 | history | edited | Doc Brown | CC BY-SA 3.0 |
added 4 characters in body
|
| Nov 22, 2016 at 15:47 | history | edited | Doc Brown | CC BY-SA 3.0 |
added 4 characters in body
|
| Nov 22, 2016 at 15:42 | history | edited | Doc Brown | CC BY-SA 3.0 |
added 4 characters in body
|
| Nov 22, 2016 at 14:34 | comment | added | Anon |
Upvote because I did actually create something like that. It allows me to set custom brackets say, < and >, and it will grab every instance of that string where I can easily remove the instances I do not want, and cleanly manipulate it in the way I want. This is good because regular expressions by themselves do not handle substrings like this: <boat <programming>> well where there are multiple layers of brackets.
|
|
| Nov 21, 2016 at 20:13 | history | answered | Doc Brown | CC BY-SA 3.0 |