fork download
  1. txt <- "client:A, field:foo, category:bar"
  2. regmatches(txt, regexpr("field:[[:alpha:]]+", txt))
Success #stdin #stdout 0.16s 178496KB
stdin
Standard input is empty
stdout
[1] "field:foo"