New: Try Voli The Bear, Fast package manager (and not only) for Windows
JavaScript
// Write extractGreedy(str): text between the first " and the LAST " (greedy).
function extractGreedy(str) {

}

// Write extractLazy(str): text between the first " and the NEXT " (lazy).
function extractLazy(str) {

}