FindNoCase

Finds the first occurrence of a substring in a string, from a specified start position.

Method Signature

FindNoCase(substring=[string], string=[string], start=[integer])

Arguments

ArgumentTypeRequiredDescriptionDefault

substring

string

true

The string you are looking for.

string

string

true

The string to search in.

start

integer

false

The position from which to start searching in the string. Default is 1.

1

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC