postgresql replace html tags from string

Solutions on MaxInterview for postgresql replace html tags from string by the best coders in the world

showing results for - "postgresql replace html tags from string"
Marco
25 Jan 2019
1select regexp_replace(content, '<[^>]+>', '') from message;
2
similar questions
queries leading to this page
postgresql replace html tags from string