hail icon indicating copy to clipboard operation
hail copied to clipboard

[query] add string find() function

Open patrick-schultz opened this issue 2 months ago • 0 comments

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.

patrick-schultz avatar May 02 '24 17:05 patrick-schultz