I have the text file (in1.text)
<<<start>20>>ev erything going fine or not<start>i do not know but I am trying<end><sta rt>Trying is but we can do<startabcdefg hijklmnopqrstuv wxyz<end>
<<<start>20>>Tr ying to do things<end><<<s tart>20>>well try try and try again<end>
I have to extract tag <<<start>20>>...
User Profile
Collapse
-
-
Thanku for considering request.
This is not Xml/html validator.i am creating a logfile and a function that do some cleaning job (space efficency).Thes e(<start>) are simple string inserted in file to recognise a start of user record.Actually , i have to start reading from <start> and if i find corresponding <end> ,it means that record(userdata ) is complete and i have to delete line.In case i do not find <end>...Leave a comment:
-
c++
i have a text file like this
<start>user data<end><start >userdata<start >userdata<end>< start>userdata
i have to start reading from <start> and if i find corresponding <end >,then i have to delete that line from file i.e.from <start> to <end> including strings <start> and <end>.If for a given <start>, i dont find <end> then i have to keep that...
No activity results to display
Show More
Leave a comment: