Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"string"
Results:
String to number conversion - video
String operators - video
String operators: concatenation (.), repetition (x)
Sorting mixed strings
Strings in Perl: quoted, interpolated and escaped
Lvalue substr - replace part of a string
How to replace a string in a file with Perl
Check several regexes on many strings
How to extract strings from a file
Automatic string to number conversion or casting in Perl
Here documents, or how to create multi-line strings in Perl
Stringification in classic Perl OOP
How to check if a string is all upper case (lower case) characters?
String functions: length, lc, uc, index, substr
Finding a string in a file - video
Perl split - to cut up a string into pieces
strings in double quotes - video
Exercise: sort mixed string - video
How to get the last character of a string in Perl?
substr outside of string at ...