209 похожих чатов

I'Ve got $10 in BCH for anyone who can provide

a workaround / solution to
panic: regexp: Compile(`(i(?P<identification>(?![1-9]+))?(?P<name>1)?(?P<family>2)?(?P<nickname>3)?(?P<age>4)?(?P<gender>5)?(?P<birthdate>6)?(?P<picture>8)?(?P<national>9)?)?(p(?P<position>(?![1-9]+))?(?P<country>1)?(?P<state>2)?(?P<city>3)?(?P<streetname>4)?(?P<streetnumber>5)?(?P<residence>6)?(?P<coordinate>9)?)?(c(?P<contact>(?![1-9]+))?(?P<email>1)?(?P<instant>2)?(?P<social>3)?(?P<mobilephone>4)?(?P<homephone>5)?(?P<workphone>6)?(?P<postlabel>9)?)?`): error parsing regexp: invalid or unsupported Perl syntax: `(?!`
I know its because Go doesn't support regex lookarounds - but no clue how to fix it yet.

3 ответов

26 просмотров

From chatgpt "The problem seems to be that negative lookahead assertions are not supported by Go's regular expression engine, which uses a variant of the POSIX extended regular expression syntax. To achieve similar functionality, you can use a combination of grouping and negation to exclude certain patterns. For example, instead of (?!1-9+) to exclude digits 1 to 9, you can use [^1-9]* to match zero or more characters that are not digits 1 to 9. Here's a modified regular expression that should work in Go: (i(?P<identification>([^1-9]*))?(?P<name>1)?(?P<family>2)?(?P<nickname>3)?(?P<age>4)?(?P<gender>5)?(?P<birthdate>6)?(?P<picture>8)?(?P<national>9)?)?(p(?P<position>([^1-9]*))?(?P<country>1)?(?P<state>2)?(?P<city>3)?(?P<streetname>4)?(?P<streetnumber>5)?(?P<residence>6)?(?P<coordinate>9)?)?(c(?P<contact>([^1-9]*))?(?P<email>1)?(?P<instant>2)?(?P<social>3)?(?P<mobilephone>4)?(?P<homephone>5)?(?P<workphone>6)?(?P<postlabel>9)?)?

Jett-Scythe Автор вопроса
Jerry Bitcoin Bay
From chatgpt "The problem seems to be that negati...

Just making some burgers but will try this out in the next 30 minutes. 🤞

Jett-Scythe Автор вопроса
Jerry Bitcoin Bay
From chatgpt "The problem seems to be that negati...

This kind of works, I think - seems to do the same as just removing the ? in the (?!1-9+) Will send you a DM for a BCH address for at least playing along ;) Will have to tinker around more tonight

Похожие вопросы

Обсуждают сегодня

Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
any reference of this implementation?
BitBuddha
29
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
Btw looks like Kushti is at it with 6.0, has he shared any plans to stop developing Ergo or just to keep going indefinitely?
Original Ergonaut Manley
16
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
11
So much speculation in the last week. So much volatility in price. This is because Hedera has a GC that isn't using the network it's governing. Why aren't people asking why a...
Summit Seeker R
9
Any chance you send me instructions on how to bridge manually or how yo reverse the transaction ? Sorry but so many people are trying to scam. Its absurd.
Jochem
8
Карта сайта