Custom Field Regex Capture

Custom Field Regex Capture 1.0.0

No permission to download
XF Compatibility
  1. 2.3.x
Short Description
Where is the place to Download and Discuss Custom Field Regex Capture 1.0.0? The answer is here. It is zip Extention type and 17.7 KB File size. From The Content have 4 Description Attachments, 3 Views on NullPro.
Make custom field regex captures accessible to value and wrapper display HTML options; works with user, thread, resource, and media fields. For example, you can extract video ID's from regex URL fields.
Edit thread.webp
Get a free download of Custom Field Regex Capture from here? Because this resource was immediately available as of 2025-06-27

View thread field.webp
custom field regex:
Code:
(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube(?:-nocookie)?\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=|shorts\/|live\/))(?<videoId>[\w-]{11})(?![\w-])
Regex.webp
Custom field wrapper display HTML:
Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/{$videoId}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Wrapper display HTML.webp
Author
axtona
Views
3
Extention type
zip
File size
17.7 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

More resources from axtona

[AH] Social Profiles A
[AH] Social Profiles 3.1.1 Fix 1
This add-on is a port of GamerProfiles - PixelExit.com, which @Steve F has kindly allowed me to rele
Filter Media Fields A
This makes gallery media filterable by custom media fields.
List Thread Fields A
This makes custom thread fields visible in the thread list.
Top