Install golang-github-dlclark-regexp2-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-dlclark-regexp2-dev
Description:
Regex engine for Go based on the .NET engine
Feature-rich regular expression engine for Go ported from the .NET framework's System.Text.RegularExpressions.Regex engine. It does not have constant time guarantees like the built-in regexp package, but it allows backtracking and is compatible with Perl5 and .NET.
Homepage: https://github.com/dlclark/regexp2
Version: 1.1.6-1
Section: universe/devel