Timeline for Extracting Multiple Strings in a Single Line, Between Two Types of Characters
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 7, 2019 at 5:34 | comment | added | Gil Ong | $ perl -lne 'print for /#(.*?)@/g' file works perfectly, even when there are strings before and after the # and @ respectively, thank you so much! | |
| Oct 6, 2019 at 6:49 | history | answered | Rakesh Sharma | CC BY-SA 4.0 |