I have an HTML form with a textbox in it that allows the users to enter either a single number, multiple numbers separated by commas, or a range of numbers, separated by a hyphen. For example.

15
23,44,55
11-29

Does anyone have a block of code that already does this or can point me to one?

Thank you.