Print      Open PDF Version of Online Help


Previous Topic

Next Topic

FindNoneOf

The 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).

Syntax

FindNoneOf(string1, string2)

Result Type

Integer

Arguments

The following table describes the arguments for the function.

Argument

Description

string1

A string, text field, or string expression to search.

string2

A string, text field, or string expression to match.

Examples

The following example returns the value 4:

FindNoneOf ("abcdef", "abc")

Related Topics

See the following topics for related Expression Builder information:


Published 7/6/2017 Copyright © 2005, 2017, Oracle. All rights reserved. Legal Notices.