compute: don't attempt to slice negative ranges
Created by: rvantonder
Surprisingly, FindAllStringSubmatchIndex may return -1, -1 which will result in OOB on slice access.
Created by: rvantonder
Surprisingly, FindAllStringSubmatchIndex may return -1, -1 which will result in OOB on slice access.