You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Unicode Intrinsic Functions - LastPositionIn Method
Find the last position of the subject in a string
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting position

String

*Input

Unicode String

String to be searched

Details


LastPositionIn returns the last position of the subject string in a string. If the string is not found, the result will be 0.
LastPositionIn is case sensitive.

See also

All Component Classes
Technical Reference

  • No labels