Arbortext Command Language > Functions by Alphabetical Listing > match_result
  
match_result
match_result (n)
This function returns nth subexpression matched from previous call to match. If 0, match_result returns entire matched string. This is equivalent to: substr( string , match_start( n ), match_length( n )) where string is the first argument to the previous call to match.