You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got a request in zulip to add a function that works like the python str.find() function. This should be straightforward. We just need to register a function in StringFunctions that calls the java String.indexOf method, and expose it in python.
The text was updated successfully, but these errors were encountered:
We got a request in zulip to add a function that works like the python
str.find()
function. This should be straightforward. We just need to register a function inStringFunctions
that calls the javaString.indexOf
method, and expose it in python.The text was updated successfully, but these errors were encountered: