Name

InStrRev Function — Microsoft.VisualBasic.Strings

Synopsis

InstrRev(stringcheck, stringmatch[, start[, compare]])
stringcheck required; String

The string to be searched.

stringmatch required; String

The substring to be found within stringcheck.

start optional; Numeric

The starting position of the search. If no value is specified, start defaults to 1.

compare optional; CompareMethod enumeration

A constant indicating how stringcheck and stringmatch should be compared.

Return Value

Long

Description

Determines the starting position of a substring within a string by searching from the end of the string to its beginning.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.