junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
64.25k stars 2.38k forks source link

fix(shell): add (?s) modifier to perl command #3882

Closed LangLangBart closed 3 months ago

LangLangBart commented 3 months ago

description

Close #3881

The syntax is described under: man perlre | less --pattern "embedded pattern-match modifiers"

The modifiers are explained under: man perlre | less --pattern "Modifiers"

Details for . (dot) under: man perlrecharclass | less --pattern "The dot"

Example as described in the referenced ticket.

junegunn commented 3 months ago

Merged, thanks!