When you use python string, you may notice that some string start with ‘u’ or ‘r’ flag character. This two flag character will make the string behave differently. This article will give you some examples.
When you operate on a python string, it will create a new python string based on the original string. The original string value will not be changed. This article will list some python string operation example.