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 4bbe7cb commit 6e02b0dCopy full SHA for 6e02b0d
README.md
@@ -19,6 +19,15 @@ Notes:
19
* `substring` may be a `cstring` or Python `str` object.
20
* `start` and `end`, if provided, are _byte_ indexes.
21
22
+### find(substring [,start [,end]])
23
+
24
+See: https://docs.python.org/3/library/stdtypes.html#str.find
25
26
+Notes:
27
28
+* `substring` may be a `cstring` or Python `str` object.
29
+* `start` and `end`, if provided, are _byte_ indexes.
30
31
## TODO
32
33
* Write docs (see `str` type docs)
0 commit comments