Print      Open PDF Version of Online Help


Previous Topic

Next Topic

FindOneOf

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

Syntax

FindOneOf(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 3:

FindOneOf ("abcdef", "xyzc")

Related Topics

See the following topics for related Expression Builder information:


Published 7/3/2018 Copyright © 2005, 2018, Oracle. All rights reserved. Legal Notices.