Here’s an example of what I’m after.
Example Input = “1-4,8,10,15b”
Desired Output = “1,2,3a,3b,3c,4,8,10,15b”
The idea is there’ll be a range between 1-100. Some of these may have children values (example 3a, 3b, 3c). If “3” is inputed it would capture all children. If “3a” is inputed, only that child would be selected. Ideally the ability to indicate a range (1-4).
Any recommendations with this?