![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with regular expressions | arushunter | Shell Programming and Scripting | 13 | 12-24-2006 12:31 AM |
| regular expressions | jack1981 | Shell Programming and Scripting | 4 | 07-12-2006 04:10 PM |
| Regular Expressions | sandeep_hi | Shell Programming and Scripting | 6 | 06-12-2006 03:12 AM |
| Regular expressions in sed | mfreemantle | Shell Programming and Scripting | 2 | 02-12-2002 04:43 AM |
| Regular expressions in sed | mfreemantle | UNIX for Dummies Questions & Answers | 3 | 02-11-2002 09:34 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hello
I have this regular expression: </book>(?:\n)<collection>(.*)</collectioninfo> And I have this peace of text on a FILE <book bookid="3" title="the title 3" remaining = "50" price="100"> <reader readerid="1"><![CDATA[John]]></reader> <reader readerid="2"><![CDATA[Michael]]></reader> <reader readerid="3"><![CDATA[Peter]]></reader> <reader readerid="4"><![CDATA[Maria]]></reader> </book> <collectioninfo id="123"> <title>colletion 1</title> <date>Jun 19 11:00</date> <type>2</type> <limit>100</limit> </collectioninfo> <book bookid="4" title="the title 4" remaining = "50" price="100"> <reader readerid="1"><![CDATA[John]]></reader> <reader readerid="2"><![CDATA[Michael]]></reader> <reader readerid="3"><![CDATA[Peter]]></reader> <reader readerid="4"><![CDATA[Maria]]></reader> </book> And i need replace the text in BOLD for: </book> So... using PHP how can I do that ... but saving the result in the same file.. I mean.. replace the current text on a file.. for the new one.. Thx. |
| Bookmarks |
| Tags |
| regex, regular expressions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|