SYNOPSIS # Extract a substring out of the value of a field # {author => "tom jones"} replace_all(author, '([^ ]+) ([^ ]+)', '$2, $1') # {author => "jones, tom"}