I am trying to remove all txt from a wordpress site i have cobbled some code together and tried it one regex checker site and all seems to work .but not on interconnectit script to remove txt Im tring to remove the txt between
regex Help Please
3
I am trying to remove all txt from a wordpress site i have cobbled some code together and tried it one regex checker site and all seems to work .but not on interconnectit script to remove txt
Im tring to remove the txt between
<div class="entry-content">
And
<div class="powerpress_player" id="powerpress_player_4672">
the last tag the number at the end (4672) changes on post
I came up with
(?<=\<div class="entry-content">(.+)((\s)+(.+))+<div class="powerpress_player" id="powerpress_player_?)
It worked on regex101 but not in the script
Can anybody please give me some advice thans
Im tring to remove the txt between
<div class="entry-content">
And
<div class="powerpress_player" id="powerpress_player_4672">
the last tag the number at the end (4672) changes on post
I came up with
(?<=\<div class="entry-content">(.+)((\s)+(.+))+<div class="powerpress_player" id="powerpress_player_?)
It worked on regex101 but not in the script
Can anybody please give me some advice thans
- animositas
- acorbelli
Next Topics on Trending Feed
-
3