Guys if i have string like that:
var tmp1 = "๐ TakeMe ๐";
Is this possible (in some easy way) to get text from that variable, but only "TakeMe"? "TakeMe" is beetwen spaces.
var tmp2 = tmp1;
tmp2 == "TakeMe" not "๐ TakeMe ๐"
Well guys you know what i mean. Can someone help me with this? My JS skills are really bad ^^