Closed issue by vyachkonovalov on void-packages repository https://github.com/void-linux/void-packages/issues/19365 Description: ripgrep 11.0.2 Linux rpi 4.19.102_1 #1 SMP PREEMPT Sat Feb 8 19:41:25 UTC 2020 aarch64 GNU/Linux **Expected behavior** Support for look-around, look-ahead and look-behind in regex. **Actual behavior** Error "PCRE2 is not available in this build of ripgrep" **Steps to reproduce the behavior** ```shell echo 'hello world'|rg --pcre2 '^((?!hello).)*$' ```