![]() |
|
![]() |
InStr FunctionThe InStr function in Expression Builder returns the position of the first occurrence of one string within another. SyntaxInstr(string1, string2, start, end) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
ExamplesThe following example returns the value 9: InStr('john.doe@oracle.com','@') Related InformationSee the following topics for related Expression Builder information: | ||||||||||||
Published May 2008 |