Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

delete all between two html tags

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
Conny64
Smarty Rookie


Joined: 10 Mar 2016
Posts: 5

PostPosted: Thu May 09, 2019 7:45 am    Post subject: delete all between two html tags Reply with quote

I would like to delete all content incl. tag from a string

for example my Text :
"this is my text <button id='info'> xxx xxx xxx </button> and it was ..."

output
"this is my text and it was ..."

Code:

{$mycontent|regex_replace:"(</?button[^>]*\>)i":""}


who can help me?[/code]
Back to top
View user's profile Send private message
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Thu May 09, 2019 12:05 pm    Post subject: Reply with quote

A programmer. Qualified one.
Back to top
View user's profile Send private message
Conny64
Smarty Rookie


Joined: 10 Mar 2016
Posts: 5

PostPosted: Thu May 09, 2019 5:15 pm    Post subject: Reply with quote

this works for me

Code:

{mycontent|regex_replace:"!</?button(.*?)</button>!is":""}
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP