Python: String Prefix Character (u f r b)

By Xah Lee. Date: . Last updated: .

String Prefix Char

a character may be prefixed to a string delimiter, to make the string of a particular type.

List of Prefix Chars

Prefix Chars Are Case-Insensitive

Combine Prefix Characters

allowed:

Order does not matter.

Python, String