Help for this page

Select Code to Download


  1. or download this
    # (?<=199\d|200\d|\D)
    
    ...
        local pos() = pos() - matchlength($subregex);
        return /$subregex/;
    }