Whim icon indicating copy to clipboard operation
Whim copied to clipboard

Look into how to convert `Rust` regex expressions to `C#` and add `Regex` matching for `Title`

Open dalyIsaac opened this issue 6 months ago • 0 comments

For more, see the conversation from #685.

Conversion of Rust regular expressions seems like a hard computer science problem. It might be possible.

I think the easier option would be to use C# FFI to bind to a Rust function which takes the Rust regex.

dalyIsaac avatar Dec 06 '23 09:12 dalyIsaac