Isolates the final occurrence of a character sequence within a string.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrRChr | String | Synchronous | Supported | Supported | Supported |
StrRChr( strSource, strChrSequence )
Returns a string of characters following the last occurrence of a character within the source string.
Tag Name | Expression |
---|---|
Tag | StrRChr( "Studio version 7.0", "i" ) // Returned value = "ion 7.0" |
Tag | StrRChr( "Technical Reference", "n" ) // Returned value ="nce" |