Doc > Expressions > strindex
returns the index of a character inside a string
Description
It takes 2 arguments
strIndex(<word>, <character>)
- <word> - a string
- <character> - a string
Usage
strIndex('abcd ', 'c')
- returns 2
returns the index of a character inside a string
It takes 2 arguments
strIndex(<word>, <character>)
strIndex('abcd ', 'c')
- returns 2