Need to extract version name from by Using java code
"SignalR (lang=Java; os=%s; version=1.3)"
One of the solution in my mind is to split string and adding for loop for parts. but it will require two for loop.
Is there any other efficient way to get version value from given string I need only 1.3 as output. Also
thanks