Finds index of nth occurrence of string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- str
- Type:
System String
String to examine
- value
- Type:
System String
String to find
- n
- Type:
System Int32
Number determining index of which occurrence to return
- fromBegining
- Type:
System Boolean
Whether to search from beginning or end
Return Value
Type:
If found, returns an index of the nth occurrence. Otherwise returns -1.
See Also