STRSTR()

From Recital Documentation Wiki
Revision as of 15:11, 13 October 2009 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Template:YLM to do

Class

String Data


Purpose

Function to perform substring extraction


Syntax

STRSTR(<expC1>, <expC2>)


See Also

AT(), ATNEXT(), INLIST(), LEFT(), OCCURS(), RAT(), RIGHT(), STR(), STREXTRACT(), STRTRAN(), STUFF(), SUBSTR()


Description

The STRSTR() function returns a substring from <expC1> starting from <expC2> to the end of <expC1>. If <expC2> is not found, an empty string is returned.


Example

m_usrname = "GTW, Gary T West"
? substr(m->m_usrname,at(",",m->m_usrname)+1)
Gary T West


Products

Recital Server, Recital