Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql replace html tags from string

select regexp_replace(content, '<[^>]+>', '') from message;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgresql #replace #html #tags #string
ADD COMMENT
Topic
Name
8+8 =