Help for this page

Select Code to Download


  1. or download this
    my $data = 'THIS IS a TEST SENTENCE Foo BAR';
    
  2. or download this
    THIS IS
    TEST SENTENCE
    BAR
    
  3. or download this
    THIS
    IS
    TEST
    SENTENCE
    BAR
    
  4. or download this
    my @uc_words = $data =~ /(appropriate_regex_goes_here)/g;