Skip to content

Instantly share code, notes, and snippets.

@aloth
Last active July 24, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloth/3713dd6171af51b8fe7a6b23a589287f to your computer and use it in GitHub Desktop.
Save aloth/3713dd6171af51b8fe7a6b23a589287f to your computer and use it in GitHub Desktop.
Extract URLs in Tableau with Regex
REGEXP_EXTRACT(
[Post Message],
'((?:http|https)://(?:[\w_-]+(?:(?:\.[\w_-]+)+))(?:[\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-]))'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment