diff options
author | xbe <xbe@machine> | 2014-04-08 11:42:19 -0700 |
---|---|---|
committer | xbe <xbe@machine> | 2014-04-08 11:51:41 -0700 |
commit | 3d9a39e211ed98033b6d6fcda5d0771bfb25dc46 (patch) | |
tree | 98c9b8d6cc8b068f4bbb2502b4f9efbfb3294634 /py/qstrdefs.h | |
parent | 729be9b3c764535b2c0c1aa39e2a522cafbf8478 (diff) |
py: Implement str.[r]index() and add tests for them.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 29eb51d0b..a379da391 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -181,6 +181,7 @@ Q(union) Q(update) Q(find) Q(rfind) +Q(rindex) Q(split) Q(startswith) Q(replace) |