![]() |
|
FindNoneOfThe FindNoneOf function in Expression Builder returns the position of the first instance in the first argument (string1) that does not match any character in the second argument (string2). SyntaxFindNoneOf(string1, string2) Result TypeInteger ArgumentsThe following table describes the arguments for the function.
ExamplesThe following example returns the value 4: FindNoneOf ("abcdef", "abc") Related TopicsSee the following topics for related Expression Builder information: |
Published February 2017 | Copyright © 2005, 2017, Oracle. All rights reserved. Legal Notices. |