suppose we have a string text="xaxbx" We try to get everything between "x". In this case the answer should be "a" and "b" But when I try