neuralib.sqlp.func.instr

neuralib.sqlp.func.instr(x, y)[source]

x.find(y)

https://www.sqlite.org/lang_corefunc.html#instr

Parameters:
  • x (str)

  • y (str)

Return type:

int