Function InstrRevMBS
InstrRevMBS(text as string, search as string) as integer
Version: 1.0
Returns the last position of the first occurrence of the search string inside the source string. Returns -1 if text is not found.
Example query:
select InstrRevMBS("Hello World. World.", "World")
InstrMBS - JaroWinklerDistanceMBS
Back to function list.