Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Created November 13, 2019 18:58
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 23maverick23/5c694d87d34dcecbb7301c5583371e47 to your computer and use it in GitHub Desktop.
Save 23maverick23/5c694d87d34dcecbb7301c5583371e47 to your computer and use it in GitHub Desktop.
NS: Only display hashtags
REGEXP_REPLACE({your_text_field}, '(#\S+\s?)|.', '\1', 1, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment