Help for this page

Select Code to Download


  1. or download this
    if ("abbbbbc" =~ /(b*?)(b*?)c/) {
       print("\$1 eq '$1'\n");   # $1 eq ''
    ...
    } else {
       print("No match\n");
    }