Questions:
- How do I normalize (e.g. strip) diacritical märks from a Unicode string? 3 answers
- To express a null string, why would anyone use ...=q{} intead of ...= '' ? 2 answers
- How do I put bracket on substring(s) of a string? 3 answers
- How can i print N repeated characters? 2 answers
- How do I assign & substitute in one statement? 3 answers
- How do I extract tags and retrieve values 1 answer
- How can I split a string into fixed-length parts, rather than on delimiters? 2 answers
- lt versus le in string comparision 1 answer
- How do I find the percentage of similarity between strings? 3 answers
- converting tiny binary strings for internet transmission 2 answers
- Is there a length limit to a string? In a flat file? 2 answers
- How would I be able to find all possible letter arrangements? 2 answers
- How do I delete the last instance of a word from a string? 3 answers
- What is the simplest way to print a field, as in $3 does in awk 2 answers
- How do I convert ( ' ) into something Prolog's name/2 can handle, e.g. ( \' )? 1 answer
- How do I replace a substring (if exists) with a different substring in a string? 4 answers
- how can i search a text file for a string and print every occurence of that string 5 answers
- Articles on Perl's internal string implementation? 1 answer
- Why are these 2 strings equal? 3 answers
- How do I split a string containing path+filename 4 answers
- How do I pull n characters off the front of a string? 4 answers
- How can I split a string into chunks of size n bytes? 3 answers
- How to prevent metacharacter interpolation 2 answers
- How can I delete a part of a string? 3 answers
- How can i compare strings using non-case-sensitive comparisions? 2 answers
- How can I find the first position of a substring case-insensitively? 4 answers
- How can one re-parse(?) a string to fill in variables 4 answers
- How do I compare two strings against two arrays respectively? 6 answers
- compare what is in ARGV[0] to a file 2 answers
- How do I return the first n words of a string? 4 answers
- Why does $string++ work the way it does? 3 answers
- How do I split on ',' followed by a capital letter? 1 answer
- What's the difference between chr() and pack('C',hex($1))? 1 answer
- How can I parse CSV data, assuming that the string is encoded in Shift-JIS? 1 answer
- How to find which comes first: ' " ', '(', or ')'? 1 answer
- How do I convert a string to Unicode and back (v5.005_03)? 3 answers
- How do I extract a file name from a path string 5 answers
- How can I strip an arbitary number of leading spaces from a string? 4 answers
- How do I treat a string like a filehandle? 3 answers
- How do I concatenate a string? 2 answers
- How do I insert, (not overwrite) into a string? 9 answers
- How do i escape a '/' character when using tr? 1 answer
- How does Perl handle strings with embedded NULLs? 2 answers
- How do I print a quotation-mark? 4 answers
- What is the best way to parse a 488 byte record? 2 answers
- What is the best way to capitalize a string? 3 answers
- How do I insert characters at certain positions in a string? 2 answers
- How can I split a line on word boundaries closest to a certain length? 3 answers
- How can I split a comma-delimited string when the fields can have commas in them? 2 answers
- How do I get the Nth Character of a String? 4 answers
- How do I compare two strings? 3 answers
- How do I reverse a string or the words in a string? 2 answers
- How do I find the length of a string? 2 answers
Back to Categorized Questions and Answers
If you have a question you would like to ask, please submit it in Seekers of Perl Wisdom.
Categorized Questions are intended to be carefully chosen and worded by more experienced monks.
Read the documentation for more information.
Thank you.