Contents - Index


At (function)

AT( sSearchString, sTargetString ) : number

Determine whether a search string is contained within a target.  If found, the function returns the position of the search string within the target string (relative to 1). If not found, the function returns 0 (zero). 
AT("gh", "defghij") returns 4.

Related: AtStart() RegExPos()

Alpha List         Category List