Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

$FIND

Draft MDC Standard

7.1.5.7 $Find

$F[IND] ( expr1 , expr2 )

This form searches for the leftmost occurrence of the value of expr2 in the value of expr1. If none is found, $Find 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, $Find returns 1.

$F[IND] ( expr1 , expr2 , intexpr )

Let a be the value of expr1, let b be the value of expr2, and let m be the value of intexpr. $Find(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 $Find($Extract(a,m,$Length(a)),b). If no instance of b is found (i.e., p=0), $Find returns the value 0; otherwise, $Find(a,b,m) = p + max(m,1) - 1.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

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.

Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.

This page most recently updated on 13-Sep-2014, 16:41:44.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)