Question

I would like to extract this string :

QFTe8wTWv41c8lMWf8wTTn

from this string containing 2 '.' characters :

20140221.QFTe8wTWv41c8lMWf8wTTn.113151592514

Was it helpful?

Solution

var res = yourstring.split(".")[1];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top