Timeline for Replace string containing newline in huge file
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 16, 2014 at 13:24 | comment | added | cuonglm | @MattBianco: Sorry, I have some works while writting my answer. I updated it. | |
| Jun 16, 2014 at 13:23 | history | edited | cuonglm | CC BY-SA 3.0 | added 204 characters in body |
| Jun 16, 2014 at 13:14 | comment | added | cuonglm | @glennjackman: good point! | |
| Jun 16, 2014 at 13:13 | comment | added | cuonglm | @terdon: Just the first thing I though, remove instead of replace | |
| Jun 16, 2014 at 13:00 | comment | added | glenn jackman | or s/>\K\n// would also work | |
| Jun 16, 2014 at 12:47 | vote | accept | MattBianco | ||
| Jun 16, 2014 at 12:48 | |||||
| Jun 16, 2014 at 12:45 | review | Low quality posts | |||
| Jun 16, 2014 at 12:47 | |||||
| Jun 16, 2014 at 12:44 | comment | added | terdon♦ | Why bother with the lookbehind? Why not just s/>\n/>/? | |
| Jun 16, 2014 at 12:32 | comment | added | MattBianco | care to comment what the parts of the program does? I'm always looking to learn. | |
| Jun 16, 2014 at 12:30 | history | answered | cuonglm | CC BY-SA 3.0 |