Does anyone have any golden rule for RegEx to check valid payment pointer? Would be great if it's future proof, as well cover many digital wallets pointer addresses and edge cases like using backend proxy to handle payment pointers.
Thanks.
Does anyone have any golden rule for RegEx to check valid payment pointer? Would be great if it's future proof, as well cover many digital wallets pointer addresses and edge cases like using backend proxy to handle payment pointers.
Thanks.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Following works for some common cases at least. It's not very strict. Might be ok for HTML input validation.
regex101.com/r/vCrwOa/1
Came across this post looking for answers, but had to create my own. Saved for future reference 😄
Looking great. Really appreciate for this Sid! 👍