I have this code /^[-0-9\b]+(\.\d{0,2})?$/ for the positive and negative numbers validation
It's working fine for the negative numbers(for ex -12.34), but user can also type a few "-" symbols(ex: -12-3-4.12).
So how can I disable a possibility to type a multiple minus symbols?