Extract Domain from URL with RegEx
Status: Closed · Asked by nefer_l on · 0 views
I found this RegEx to be helpful for the Text Formatter Action using the Extract Pattern Action Event:
^(?:.*://)?(?:www\.)?([^:/]*).*$
Sample Input: https://www.parachutehome.com/
Sample Output: parachutehome.com
Attachments
