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
String functions: length, lc, uc, index, substr
How to get the last character of a string in Perl?
Lvalue substr - replace part of a string
Sorting mixed strings
substr outside of string at ...
Check several regexes on many strings
How to check if a string is all upper case (lower case) characters?
Can't use string (...) as an HASH ref while "strict refs" in use at ...
Stringification in classic Perl OOP
Exercise: sort mixed string - video
How to check if string is empty or has only spaces in it using Perl?
How to extract strings from a file
Version Strings
Automatic string to number conversion or casting in Perl
String operators - video
String operators: concatenation (.), repetition (x)
Here documents, or how to create multi-line strings in Perl
Strings in Perl: quoted, interpolated and escaped