Hi!
Here is my question: I have this string line:" Google search=http://www.google.com " or this:" Yahoo page=http://www.yahoo.com " (symbols "=" and "http" are in everywhere line). I need to split string line to get this: One string - "Google search" and other string - "http://www.google.com".
Please help me
Thank`s!