c2go icon indicating copy to clipboard operation
c2go copied to clipboard

suggest pcre

Open faceair opened this issue 4 years ago • 1 comments

https://www.pcre.org/ The golang standard library uses the RE2 engine, which is not syntactically compatible with pcre. Some systems only support pcre regular expressions, so I hope c2go can convert and support the pcre library.

faceair avatar Apr 18 '22 14:04 faceair

https://github.com/PCRE2Project/pcre2

A pure go pcre2 port will be great.

xiezhenye avatar Jan 11 '23 07:01 xiezhenye