issues
search
derekantrican
/
MountainProject
A scraper and reddit bot for the website MountainProject.com
57
stars
5
forks
source link
Code clean up
#58
Open
derekantrican
opened
4 years ago
derekantrican
commented
4 years ago
Replace any instances of
(^|\s).....(\s|$)
with
\b...\b
Unify "caseSensitive"/"caseInsensitve" and their default values (
true
/
false
)
(^|\s).....(\s|$)
with\b...\b
true
/false
)