getSuffix

Syntax

string getSuffix(inputString, matchString)

Parameters

Returns

Extract rest of inputString after last occurrence of matchString.

Description

This function extracts the rest of the inputString after the last occurrence of the matchString.

Related

Examples


	getSuffix("rule your city with cityengine","city")
	# result = "engine"

Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.