Icarus Command: 1
Returns the first submatch of the most recent regular expression matching. The submatch is indicated by parentheses within the regular expression and the opening parenthesis is used for counting. $2, $3 until $9 will return the submatches with the respective number. $0 returns the entire match.
n Argument has a default value.
Returns a value