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
Nestor Campos -
Shrikant Dhayje -
Dave Foderick -
sophie -
Once suspended, radhyr will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, radhyr will be able to comment and publish posts again.
Once unpublished, all posts by radhyr will become hidden and only accessible to themselves.
If radhyr is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Radhy.
They can still re-publish the post if they are not suspended.
Thanks for keeping The Interledger Community 🌱 safe. Here is what you can do to flag radhyr:
Unflagging radhyr will restore default visibility to their posts.
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! 👍