theos-ref icon indicating copy to clipboard operation
theos-ref copied to clipboard

fix issue: cannot recognize \R in the regex quote

Open lee-jay opened this issue 7 years ago • 0 comments

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

lee-jay avatar Sep 06 '18 13:09 lee-jay