We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5646ed commit faf6faeCopy full SHA for faf6fae
README.md
@@ -217,7 +217,7 @@ String
217
<bool> = <str>.startswith(<sub_str>) # Pass tuple of strings for multiple options.
218
<bool> = <str>.endswith(<sub_str>) # Pass tuple of strings for multiple options.
219
<int> = <str>.index(<sub_str>) # Returns first index of a substring.
220
-<bool> = <str>.isnumeric() # True if string contains only numeric characters.
+<bool> = <str>.isnumeric() # True if str contains only numeric characters.
221
<list> = textwrap.wrap(<str>, width) # Nicely breaks string into lines.
222
```
223
0 commit comments