Help for this page

Select Code to Download


  1. or download this
    $ perl -e'$_ = "Hello"; print "<$1>\n" while /(?=(.*))/g;'
    <Hello>
    ...
    <llo>
    <lo>
    <o>