|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox extract_edges.pro
| extract_edges |
function extract_edges(strlist) |
Given a string containing a comma separated list with optional range strings, turn that into two strings giving the start and end points that would be used to turn that string into integers.
Examples: extract_edges(["1,2,4:8"]) returns ["1,2,4","1,2,8"]
| Parameters | |
|
strlist |
Comma separated list |