SYNOPSIS # uppercase the value of field 'foo' if field 'oogly' has the value 'doogly' if any_match(oogly, "doogly") upcase(foo) # foo => 'BAR' end