Friday 15 May 2015

java - How I can split multiple Quotation mark from this below string -


How do I split multiple quotes from this string? Please help me, because of this my project is stuck here.

  strLine1.trim (). Equal ignoreCase ("header per severity =" ": friendly name =" ": alarm type =" ": specific problems =" ": event date and time =" ": clearing position =" ": clearing time =" ";" );    

You will not code:

  Strline1.trim (). EqualIgnoreCase ("Header ineffective severity =" ": Friendly name =" ": Alarm type =" ": Specific problems =" ": Event date and time =" ": Clearing status =" ": Clearing time  
  • You need to avoid quotes
  • Add another quote in the end

    . = " Event date and time = \ "\": Sum Purification status = \ "\": clearing time = \ "\" ");

  • No comments:

    Post a Comment