Re: [go-nuts] syntax regex package

2021-06-20 Thread Pietro Paolini
Thanks for answering - if I am getting this right this is actually pretty straightforward and it seems to be only a business concerning the escaping/unescaping of some characters '|(){}?+' if I am getting this right, so far it's working. On Fri, Jun 18, 2021 at 11:02 PM Kurtis Rader wrote: > O

Re: [go-nuts] syntax regex package

2021-06-18 Thread Kurtis Rader
On Fri, Jun 18, 2021 at 2:34 PM Pietro wrote: > I am trying to solve the problem of automatically translating a raft of > regexes which were originally intended for GNU sed but that I'd like to run > using GoLang, if feasible. > > I could not find any syntax options/settings for the regex package

[go-nuts] syntax regex package

2021-06-18 Thread Pietro
Hi all, I am trying to solve the problem of automatically translating a raft of regexes which were originally intended for GNU sed but that I'd like to run using GoLang, if feasible. I could not find any syntax options/settings for the regex package which I am assuming is quite strict in its s