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