Attribute Parser

  • + 0 comments

    pos=tag_preamble.find("."+tag); if (pos==string::npos) tag_preamble=""; else tag_preamble=tag_preamble.substr(0,pos);

                                can somebody explain me these three lines from the above solutions...