String.LastIndexOf

Returns the index where the string was last found.

String.LastIndexOf

Properties

Property Name Description
String String
Value String to judge whether it is rare
Start Index Start index to judge. If a negative value is specified, the judgment is made from the end of the character string.
Count The number of characters in the string to be judged. If a negative value is specified, the first part of the character string is judged.
String Comparison Specify the rules for judgment.
Result Result output