i have this regexp <a href=[^>]* title=[^>]*>
which will find anchor tag <a href=\"/default/imp/compose.php?to= user1%40lakhi.c om\" title=\"New Message to user1@lakhi.com\">
User Profile
Collapse
-
Lakhi replied to Remove links for anchor tag <a href=\"/default/imp/compose.php?to=user1%40lakhi.com\"in PHPam very new to PHP,basically java developer,no idea how to use these in phpLeave a comment:
-
Lakhi started a topic need regular expression for <a href=\"/default/imp/compose.php?to=user2%40lakhi.com\"in PHPneed regular expression for <a href=\"/default/imp/compose.php?to=user2%40lakhi.com\"
I need regular expression for
<a href="compose.p hp?to=user%40ab c.com\" title=\"New Message to abc.user@abc.co m\"> to replace with "" -
Lakhi started a topic Remove links for anchor tag <a href=\"/default/imp/compose.php?to=user1%40lakhi.com\"in PHPRemove links for anchor tag <a href=\"/default/imp/compose.php?to=user1%40lakhi.com\"
Hi ,
I want to remove the anchor tag only if the anchor value is Email
the follwoing is source.
...Code:$text = "Forwarded message from <a href=\"/default/imp/compose.php?to=emsroot%40bdcarchive.in\" title=\"New Message emsroot@bdcarchive.in\">emsroot@bdcarchive.in</a><br> Subject: test message<br /> To: <a href=\"/default/imp/compose.php?to=user1%40lakhi.com\"
-
String replacing Help please
hi frnds,
I need small help in String replacement
I need to replace the text using replceAll() with Case-Insensitve .
Is there any regular expression for this?
i have this expression
s.replaceAll("( ?i)\\bjava"\\b" ,"xxxx"); it is replacing the all the words like Java,jAva,jaVA .....
but if the word like "WelcomeJav a" it is not replacing ....
No activity results to display
Show More
Leave a comment: