Hi all, for the following string I want to search a pattern The string is lcpstr = "2008/03/25 log:true lcp: 78888 -> 100 lck=0 to=900 un=5840 l=0 BMN" lcpstr) If I take the pattern as "lcp: 78888", pattern checking is successful when I give the following statement: [code] temp =...