compute: add regexp output command
Created by: rvantonder
Stacked on https://github.com/sourcegraph/sourcegraph/pull/26813.
As in title. You can do like output(func (\w+) -> $1)
func.*(\w+)
. I don't like this hidden fuzzy convention for this command, and will make it conform to strict regex in a follow up PR.