Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
[Message Deleted]
String s = "Lorem ipsum dolor sit amet, kec=123abc"; int index = s.IndexOf("kec="); You can then use SubString method to extract what you need. This posting is provided "AS IS" with no warranties, and confers no rights. Alex Korchemniy
String s = "Lorem ipsum dolor sit amet, kec=123abc"; int index = s.IndexOf("kec=");
SubString