Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"string"
Results:
String to number conversion - video
String-eval in Perl
How to check if a string is all upper case (lower case) characters?
String functions: length, lc, uc, index, substr
Here documents, or how to create multi-line strings in Perl
How to extract strings from a file
How to replace a string in a file with Perl
Automatic string to number conversion or casting in Perl
Check several regexes on many strings
Strings in Perl: quoted, interpolated and escaped
String functions: index - video
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 ...
Version Strings
Exercise: sort mixed string - video
How to check if string is empty or has only spaces in it using Perl?
What are string and numeric contexts?
Stringification in classic Perl OOP