theos-ref
theos-ref copied to clipboard
fix issue: cannot recognize \R in the regex quote
I found under Mac OSX 10.13.6 with Perl (v5.18.2) cannot recognize \R in the regex quote. So I used [\r\n]? to replace \R