Skip to content
Discussion options

You must be logged in to vote

Apparently, this may require improvement with a new scheme:

/^https?:\/\/www\.[a-z]{9,20}\.com\/o-[a-z]{4}-[a-z]\d6-[a-f0-9]{32}\b/$doc,match-case,to=com

uBlockOrigin/uBlock-issues#3461

! my suggestion abandon find "\d6"
 /^https?:\/\/www\.[a-z]{9,20}\.com\/o-[a-z]{4}-[a-z][0-9]{2}-[a-f0-9]{32}\b/$doc,match-case,to=com 

https://regex101.com/r/kJJHWl/3 [a-z][0-9](3|6|8)
https://regex101.com/r/kJJHWl/2 [a-z][0-9]{2}
https://regex101.com/r/kJJHWl/1 [a-z]\d\d

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@krystian3w
Comment options

Comment options

You must be logged in to vote
3 replies
@krystian3w
Comment options

@krystian3w
Comment options

Answer selected by krystian3w
@stephenhawk8054
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants