Appropedia talk:Service learning pageview statistics
Add topicLatest comment: 15 years ago by Chriswaterguy in topic Search and replace
Search and replace
[edit source]For future reference, after doing the manual copying of the data, I used these regex (regular expression) strings to format the lists:
MATCH PATTERN: ([^\n]*?)\s*([\d,]+)\s*(\r\n)
REPLACE PATTERN: ;[[\1]], \2\3
Tool used: http://myregextester.com (set OPERATION to "replace")