Regular expressions are supported also for the functionality “search and replace”. :thought_balloon: I propose to make their settings more configurable (also according to [the availability of software alternatives](https://en.wikipedia.org/wiki/Comparison_of_regular-expression_engines "Comparison of regular-expression engines")).
The regular expression engine used by Geany is one that is included in the Glib library it already uses, so no additional dependencies are needed. Therefore it is unlikely that an alternative engine will be used.
Also the regex engine replace cannot be used as the change is not to a plain string, it is to an edit buffer and has to be made with the modification functions that the edit widget provides.
There may be some available options of Glib regex that are not exposed by Geany which could be added if there is a use-case.
github-comments@lists.geany.org