Browse Source

Ord

pull/3/head
Jure Šorn 5 years ago
parent
commit
da525f640f
1 changed files with 0 additions and 2 deletions
  1. 2
      README.md

2
README.md

@ -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

Loading…
Cancel
Save