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