Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"string"
Results:
String to number conversion - video
Sorting mixed strings
Strings in Perl: quoted, interpolated and escaped
String functions: length, lc, uc, index, substr
Check several regexes on many strings
How to check if a string is all upper case (lower case) characters?
How to extract strings from a file
Automatic string to number conversion or casting in Perl
Stringification in classic Perl OOP
Finding a string in a file - video
String functions: index - video
String operators - video
strings in double quotes - video
strings in single quotes - video
How to check if string is empty or has only spaces in it using Perl?
String operators: concatenation (.), repetition (x)
String-eval in Perl
Reverse an array, a string or a number
Here documents, or how to create multi-line strings in Perl
How to replace a string in a file with Perl