Help for this page

Select Code to Download


  1. or download this
    # Given path: /a/b/c/d
    # Given regex: ^/a/b/([^/]*)/([^\/]*)
    # Output: /a/b/\033[1;31mc\033[0m/\033[1;31md\033[0m
    
  2. or download this
    foreach $regex_href (@rexes)
    {
    ...
            # Do logic
        }
    }