Updated Articles and Resources
Sign Up for Our Free Newsletters
Thanks, You're in!
Python Categories
Recent Articles in: Python
Python String Methods - 2 of 2
Python's built-in string methods are incredibly powerful. As the name implies, each of the following methods are available through class String. Every string object is an instance of that class and has these methods available. This is the first of a two-part reference on Python's built-in string methods.Python RegEx Examples
Here is a glossary of symbols and phrases that you can use when forming regular expressions in Python.. | ^ | $ | * | + | ? | *? | +? | ?? | {m} | {m,n} | {m,n}? | \ | [] | | | (..) | (?iLmsux) | (?:..) | (?P<name>..) | (?P=name) | (?#..) | (?=..) | (?!..) | (?<=..) | (?<!..) | \A | \b | \B | \d | \D | \s | \S | \w | \W | \Z
Parenthetical Compounds
Here is a glossary of symbols and phrases that you can use when forming regular expressions in Python.. | ^ | $ | * | + | ? | *? | +? | ?? | {m} | {m,n} | {m,n}? | \ | [] | | | (..) | (?iLmsux) | (?:..) | (?P<name>..) | (?P=name) | (?#..) | (?=..) | (?!..) | (?<=..) | (?<!..) | \A | \b | \B | \d | \D | \s | \S | \w | \W | \Z
Python Regular Expression Glossary
Here is a glossary of symbols and phrases that you can use when forming regular expressions in Python.. | ^ | $ | * | + | ? | *? | +? | ?? | {m} | {m,n} | {m,n}? | \ | [] | | | (..) | (?iLmsux) | (?:..) | (?P<name>..) | (?P=name) | (?#..) | (?=..) | (?!..) | (?<=..) | (?<!..) | \A | \b | \B | \d | \D | \s | \S | \w | \W | \Z
String Locations
Here is a glossary of symbols and phrases that you can use when forming regular expressions in Python.. | ^ | $ | * | + | ? | *? | +? | ?? | {m} | {m,n} | {m,n}? | \ | [] | | | (..) | (?iLmsux) | (?:..) | (?P<name>..) | (?P=name) | (?#..) | (?=..) | (?!..) | (?<=..) | (?<!..) | \A | \b | \B | \d | \D | \s | \S | \w | \W | \Z
Back to the main index of this glossary
Python Jobs
Python programmers tend to be a pretty happy bunch. They tend not to switch jobs very often. Whether you have just learned Python or are a seasoned veteran programmer, these jobs will be of interest to you. I have categorised the searches according to the categories of this site. Happy hunting!Grouping and Alternating
Here is a glossary of symbols and phrases that you can use when forming regular expressions in Python.. | ^ | $ | * | + | ? | *? | +? | ?? | {m} | {m,n} | {m,n}? | \ | [] | | | (..) | (?iLmsux) | (?:..) | (?P<name>..) | (?P=name) | (?#..) | (?=..) | (?!..) | (?<=..) | (?<!..) | \A | \b | \B | \d | \D | \s | \S | \w | \W | \Z
Back to the main index of this glossary
View More

