pcre2el icon indicating copy to clipboard operation
pcre2el copied to clipboard

convert between PCRE, Emacs and rx regexp syntax

Results 24 pcre2el issues
Sort by recently updated
recently updated
newest added

This PR fixes #43, #41, #39, and partially addresses #40 by fixing most of the test cases. Now only 7/1093 of the test cases fail. I also made a few...

In [1: 34b35c0] we started to use the function/macro available in the current Emacs version. This commit additionally keeps the byte-compiler from reporting that the other is undefined. 1: 2023-01-03...

Hi! I run an Emacs built from the git master branch and it raises the following warning: ``` /pcre2el/pcre2el.el: Warning: ‘buffer-substring’ is an obsolete generalized variable. ```

Would it be possible to add a feature that allows color to be used instead of backslashes in order escape characters? I'm imagining a tool that colors all characters that...