NameSilo

Regex - I hate it

Spacemail by SpaceshipSpacemail by Spaceship
Watch

iNod

Eating PieVIP Member
Impact
66
Hello,

I'm trying to do the following

I have a list (BIG) of things like

<option value="434">Intel Pentium EE 965 Presler, 3733/266, I975X, DDR2-667</option>

I want to take this list and remove the
value="434" part.. So it is just like

<option>Intel Pentium EE 965 Presler, 3733/266, I975X, DDR2-667</option>

I want to do this using preg_match or another regex php function.. It will always be 3 digits (NNN) and nothing else.


PS. Numbers are not all 434.. They are a variety of numbers.

- Steve
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
PHP:
echo preg_replace('#<option(.*?)>#', '<option>', $list);
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back