Help for this page

Select Code to Download


  1. or download this
        @ujs = grep { m![^/]*\.js! } @js;
    
  2. or download this
           if($String =~ /[^\/]*\.js/ )
    # or
           if($String =~ m![^/]*\.js! )