Below is the values stored in File taskname:description:status:priority:Meeting,High,InProgress,client-Meeting
taskname:description:status:priority:Training,High,Going,JavaTraining
taskname:description:status:priority:Interview,high,progress,Fresher Interview taskname:description:status:priority:meeting,low,started,with team
taskname:description:status:priority:meeting,high,inprogress,team
from these i need to search a string value, ex: meeting How can i search it in first occurrence and return it back.
please help