dodingdaga / DalamudPlugins

GNU Affero General Public License v3.0
4 stars 4 forks source link

Suggestion: PCRE2 (PHP>=7.3) regex support #8

Open someMinecrafter opened 1 year ago

someMinecrafter commented 1 year ago

Unsure if adding support for more standards is a desirable solution to the problem of writing more complicated regex for this project. For example flags like \K & \g I find useful, and writing equivalent regex for C# can become a bit time-consuming. Making an issue so that the question is answered.

Edit: I am going to look into using githubs ai thing for automatically generating regex for myself