Question
[JS][CS2]How to expand a range of number
Help script gurus.
How can i expand a range of reference citations.
Here's the scenario i want to change the following:
[1,3,5-8,15]
to:
[1,3,5,6,7,8,15]
is there anyway we can do this using javascript?
How can i expand a range of reference citations.
Here's the scenario i want to change the following:
[1,3,5-8,15]
to:
[1,3,5,6,7,8,15]
is there anyway we can do this using javascript?