scienceverse / papercheck

Check Scientific Papers for Best Practices
https://scienceverse.github.io/papercheck/
Other
1 stars 0 forks source link

regex search in search_text does not accept lookahead. #9

Closed Lakens closed 3 months ago

Lakens commented 3 months ago

If we want to allow regex that allows a lookahead or lookbehind match, we need to set PERL=TRUE. Do we want this, or not? I possible, the matching is a bit simpler, but workarounds are not difficult.

debruine commented 3 months ago

set perl = TRUE in search_text() -- app has option now