Can Javascript Regex use a range from negative to positive values?
Hi i need to create regex that will match numbers in range -1 to 1, chat got problem with that and also i didnt find many answers, now im stuck because my regex match also -1.5 and 1.5 value but…