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

Use regexp2 #73

@DRSchlaubi

Description

@DRSchlaubi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions