Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
Python
:
Common Problems
: Strings
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Is it possible to convert a string to a list, using each character as a new list item?
How do I convert [ 'abc' '4' '4000' 'def'] to ['abc' 4 '4000' 'def']? i.e convert the 4 to integer.
How can I delete some certain paragraph wich are bracketed in certain tag
How do i concatenate a list of words with intervening occurrences of more than one single space
How can i show the addings,substract/ns,and modific/ns(of words) of edit distance code in a msgbox
Random Questions
how can i get user input as a string and then make it a number? i want to use the user input to control number of interations of a loop
How do I get Python to force 'a' and 'b' into strings so that a + ":" + b concatenates instead of trying to add?
Is there a StringBuffer-Class (as in Java, a mutable string if you want) in Python?
How can I compare two strings in a case-insensitive way?
Is there any way to use consecutive print statements?
Is there any way to FORCE fields to be of string?
Is there a way to do a large output of text using print?
Is there any way to use consecutive print statements?
How do I get Python to force 'a' and 'b' into strings so that a + ":" + b concatenates instead of trying to add?
How can I tokenize a string using more than 1 separator?
How can I strip unwanted characters out of my string? Octal 240 for instance.
Is there such a thing as a toString() for objects, like java has, that will be automatically called when an object is used "as a string"?
If given a slice s[a:b] can I assume index "b" means upto but not including the index "b"?
Why is s[a:a] always '' (empty)?
How can I print a string without a newline afterwards?
Is there any way to make a wrapper for a string object, like UserDict is a wrapper for the dict type?
What is the best way to make multiple replacements of text strings in a file?
How do I convert a string to hex?
How can I convert a hex number to a string?
How can I compare two strings in a case-insensitive way?
How can I determine the number of characters in a string?
How can I generate a string with 42 zeros, not the ASCII value but the REAL thing - (0x00)?
What is the best (fastest) way to strip new line characters from a string in Python?
how can i get user input as a string and then make it a number? i want to use the user input to control number of interations of a loop
How to convert hex string to ascii string?
Why is ['\x00'+'\x31'] converted into ['\x001] ?
Is there a StringBuffer-Class (as in Java, a mutable string if you want) in Python?
how to count the substring of same type of letters from the whole string?
Is there a function that deletes n chars from the left/right of a string?
How can i show the addings,substract/ns,and modific/ns(of words) of edit distance code in a msgbox
How do i concatenate a list of words with intervening occurrences of more than one single space
How can I delete some certain paragraph wich are bracketed in certain tag
How do I convert [ 'abc' '4' '4000' 'def'] to ['abc' 4 '4000' 'def']? i.e convert the 4 to integer.
Is it possible to convert a string to a list, using each character as a new list item?
Unanswered Questions
how to count the substring of same type of letters from the whole string?
how to count the substring of same type of letters from the whole string?
How can I print the representation of dna sequence and their hydrogen bond (symbolized with '|') ?
How can I print the representation of dna sequence and their hydrogen bond (symbolized with '|') ?
How do you change a user input string into the literal? I.E. user inputs a print statement to print.