ReverseFind Data Member Function

Finds the first occurrence of a particular string inside a string, but starts the search at the end of the string instead of at the beginning.

Prototype

int64 ReverseFind( string value )

Parameters

Parameter Type Parameter Name Documentation
stringvalueThe value to search for.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.