Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Use regexp2 #73

Open
DRSchlaubi opened this issue Sep 16, 2021 · 0 comments
Open

Use regexp2 #73

DRSchlaubi opened this issue Sep 16, 2021 · 0 comments

Comments

@DRSchlaubi
Copy link

I was trying to use regex inside my config, and noticed that go doesn't support some features like (?=)

The easiest way to fix that would probably be to use this package https://pkg.go.dev/github.com/dlclark/regexp2, which has a really similar API to the stdlib regex package.

I tried updating it myself, but I ran into compiler issues related to go-gtk and since I don't have a lot of expirience with Go I gave up

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant