Help for this page

Select Code to Download


  1. or download this
    $data = "This is a test 1. This is 
    a 2 test.
    This is a last test.";
    
    @lexemes = $data =~ /([^.]+\.)\s*/g;