Have you considered using a simpler regex such as:
'#^https?://padlet\.com/(\?.+)?$#'
Then breaking apart the latter section with explode to get the video ID?
Related Posts:
- Getting results from wp_oembed_add_provider
- When oEmbed fails, display an alternative
- How to change default width parameter of embedded video in wordpress?
- Correct regex for wp_embed_register_handler
- Is it possible to remove height and width attributes from oEmbed video embeds
- how to escape wp_oembed_get for phpcs
- Fallback for oEmbed content
- Changing Oembed max width based type of page
- WordPress refuses to show oembed URL
- Problems using WP’s oembed function + Instagram + AJAX
- How to increase image size returned from Flickr oEmbed in Twenty Twelve theme
- How to get the oEmbed type (audio, video, image etc.)?
- Disable automatic oEmbed of a youtube url within the content
- Add parameters vimeo videos using wordpress embeds
- oEmbed fails half of the times. Could I reload the request on fail?
- WordPress 5.3.x YouTube oEmbed is not working
- add oembed provider
- How to Hide Ancestors/Threads in Embedded Tweets
- Use Auto Embed with get_post()
- How to modify the HTML formatting of an oEmbed link?
- OEMBED seems to have stopped working
- oEmbed not recognising Vimeo URLs
- Applying an oEmbed filter to a custom post type
- How to oEmbed MySite in WordPress
- Worrisome oembed hits
- What is the correct oembed provider base url for self-hosted wordpress sites
- Why is my oembed function modifying Twitter embed?
- Problem with oEmbed in some themes
- JSON in oembed not being internationalized (using QTranslateX)
- WordPress kills an iframe’s apostrophes
- Add title attribute to oEmbed iframe for accessibility
- What are available arguments for wp_oembed_get?
- How to disable oembed cache service?
- How to set parameters for a Twitter post using wp_oembed_get (remove rounded borders)?
- Use oEmbed for static html
- class-oembed Error
- Wrap iframes/embeds, but do it before oEmbed happens
- When formatting an oEmbed iframe, how (and where) does WordPress determine the height value?
- Avoid embedding YouTube videos and open them in a new window
- Disable the buildin embed only in the editor
- How is the AND/OR operator represented as in Regular Expressions?
- OR condition in Regex
- Using or ‘|’ in regex [duplicate]
- What is a Context Free Grammar?
- python .replace() regex [duplicate]
- Regex not operator
- What does \’.- mean in a Regular Expression
- Regex not operator
- What do ++ and *+ mean?
- How can I exclude one word with grep?
- Javascript split regex question
- How can I validate an email address using a regular expression?
- Regular expression to match a line that doesn’t contain a word
- Matching a space in regex
- Regex not operator
- How to accept space in regex?
- Difference between \b and \B in regex
- How to match “any character” in regular expression?
- regex match any whitespace
- Regex: ignore case sensitivity
- What does the regex \S mean in JavaScript?
- whitespace in regular expression
- How can I validate an email address using a regular expression?
- How do I use a regex in a shell script?
- Regex: ignore case sensitivity
- Python regex AttributeError: ‘NoneType’ object has no attribute ‘group’
- Regular Expression for alphanumeric and underscores
- What is the difference between the regular expressions [^\d\s] and [\D\S]
- Regex: AttributeError: ‘NoneType’ object has no attribute ‘groups’
- Regular Expression for alphanumeric and underscores
- re.sub erroring with “Expected string or bytes-like object”
- grep –ignore-case –only
- Regex AND operator
- python re.split() to split by spaces, commas, and periods, but not in cases like 1,000 or 1.50
- python re.split() to split by spaces, commas, and periods, but not in cases like 1,000 or 1.50
- Regex to test if string begins with http:// or https://
- Regular expression negative lookahead
- Regex how to match an optional character
- Regex lookahead, lookbehind and atomic groups
- Regular Expression to match string starting with a specific word
- Regular Expressions: Is there an AND operator?
- Writing a very simple lexical analyser in C++
- Regular expression to match standard 10 digit phone number
- Regular Expression.how to add optional character at end of regex
- Regular Expression with wildcards to match any character
- What is a non-capturing group in regular expressions?
- How to find all occurrences of a substring?
- What is a good regular expression to match a URL? [duplicate]
- What is a good regular expression to match a URL? [duplicate]
- Does “\d” in regex mean a digit?
- Understanding regex in Java: split(“\t”) vs split(“\\t”) – when do they both work, and when should they be used
- Is there a difference between /\s/g and /\s+/g?
- Split string on whitespace in Python
- How to validate an email address in PHP
- What is a non-capturing group in regular expressions?
- RegEx Ignore Case
- JavaScript replace/regex
- Regular expression to match standard 10 digit phone number
- How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops
- Python string.replace regular expression