Timeline for answer to Extract Values between two strings in a text file using python by falsetru
Current License: CC BY-SA 3.0
Post Revisions
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 18, 2013 at 7:00 | history | edited | falsetru | CC BY-SA 3.0 |
added 464 characters in body
|
| Sep 18, 2013 at 6:26 | history | undeleted | falsetru | ||
| Sep 18, 2013 at 6:25 | history | deleted | falsetru | via Vote | |
| Sep 18, 2013 at 6:22 | comment | added | inspectorG4dget |
Two issues: (1) \n is not cross-platform - Windows uses \r\n. (2) This doesn't handle multiple blocks at all - it only copies over the first block
|
|
| Sep 18, 2013 at 6:21 | history | answered | falsetru | CC BY-SA 3.0 |