Find SubStrings Between Given Two Regex – Reactjs
I want to take all of the substrings inside of string which is between given two regex. Couple examples: My $$name$$ is John, my $$surname$$ is Doe -> should return [name, surname] My &&name&& is John, my &&surname&& is Doe…