☜ | $FIND1984 Version of ANSI Standard | ☞ |
searches for the leftmost occurrence of the value of expr2 in the value of expr1. If none is found, $F returns zero. If one is found, the value returned is the integer representing the number of the character position immediately to the right of the rightmost character of the found occurrence of expr2 in expr1. In particular, if the value of expr2 is empty, $F returns 1.
$F[IND] (expr1, expr2, intexpr3)
Let a be the value of expr1, let b be the value of expr2, and let m be the value of intexpr3. $F(a,b,m) searches for the leftmost occurrence of b in a, beginning the search at the max(m,1) position of a. Let p be the value of the result of $F($E(a,m,$L(a)),b). If no instance of b is found (i.e., p=0), $F returns the value O; otherwise, $F(a,b,m) = p + max(m,1) - 1.
See also the transition diagram for $Find.
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
This page most recently updated on 13-Sep-2014, 16:41:44.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)