issues
search
w3c
/
scribejs
Converter of RRSAgent IRC logs into minutes in markdown
https://w3c.github.io/scribejs/BrowserView/
Other
11
stars
14
forks
source link
Improvements on the change requests with s/.../.../ syntax
#29
Closed
iherman
closed
7 years ago
iherman
commented
7 years ago
the regexp was too restrictive and did not work for patterns with dots
the order of invalidating a request created a problem in some edge cases (if the same pattern appeared before and after the s/../../ line
use a regexp in the
replace
function to ensure that all occurrences are changed
improved the text of the corresponding documentation
tripu
commented
7 years ago
Okay to remove this branch now?
replace
function to ensure that all occurrences are changed