|
|
@ -184,8 +184,6 @@ String |
|
|
|
<bool> = <str>.endswith(<str>) # Pass tuple of strings for multiple options. |
|
|
|
<bool> = <str>.isnumeric() # True if str contains only numeric characters. |
|
|
|
<int> = <str>.index(<sub_str>) # Returns first index of substring. |
|
|
|
<str> = chr(<int>) # Converts int to unicode char. |
|
|
|
<int> = ord(<str>) # Converts unicode char to int. |
|
|
|
``` |
|
|
|
|
|
|
|
### Ord |
|
|
|