![]() |
|
FindOneOfThe FindOneOf function in Expression Builder returns the position of the first instance in the first argument (string1) of a character in the second argument (string2). SyntaxFindOneOf(string1, string2) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
ExamplesThe following example returns the value 3: FindOneOf ("abcdef", "xyzc") Related TopicsSee the following topics for related Expression Builder information: |
Published 5/23/2022 | Copyright © 2005, 2022, Oracle and/or its affiliates. Legal Notices. |