eigengdb icon indicating copy to clipboard operation
eigengdb copied to clipboard

Fix invalid escape sequence in regex

Open CyrillePierre opened this issue 2 months ago • 0 comments

The code contains several regex \<.*\> to extract the template parameters. Escaping the symbol < induces a warning message: "Unsupported escape sequence in string literal". This PR removes the escape sequence of < because it is not required in this context.

CyrillePierre avatar Dec 04 '25 11:12 CyrillePierre