
August 29th, 2008, 11:08 AM
|
|
Contributing User
|
|
Join Date: Feb 2008
Posts: 152
Time spent in forums: 1 Day 7 m 20 sec
Reputation Power: 0
|
|
|
Looking for RegEx pattern to retrieve data inside <b> tags
The following RegEx expressions retrieves <B>HI</B> and <B>CA</B>, but I'm only interested in retrieving the data inside the tags (HI and CA), WITHOUT KNOWING WHAT IS INSIDE THE TAGS.
The string:
PHP Code:
The offer is not available to customers living in <B>HI</B> and <B>HI</B>
RegEx That I'm currently using:
Last edited by cd_gary : August 29th, 2008 at 11:43 AM.
Reason: Edit
|