Help for this page

Select Code to Download


  1. or download this
        ...
        push @regexes, $regex;
    ...
    }
    # there is a useful magic variable @- (LAST_MATCH_START)
    # check perldoc for it
    
  2. or download this
    Regex is: (?^u:(.bcdef|a.cdef|ab.def|abc.ef|abcd.f|abcde.))
    Found it (sbcdef) at position 4