fork download
  1. Title <- c("={Proofs that yield nothing but their validity or all languages in NP have zero-knowledge proof systems},\n author={Goldreich, Oded and Micali, Silvio and Wigderson, Avi},\n journal={Journal of the ACM (JACM)},\n volume={38},\n number={3},\n pages={690--728},\n year={1991},\n publisher={ACM New York, NY, USA}\n}")
  2. sub(".*?=\\{([^{}]*)}.*", "\\1", Title)
Success #stdin #stdout 0.26s 39032KB
stdin
Standard input is empty
stdout
[1] "Proofs that yield nothing but their validity or all languages in NP have zero-knowledge proof systems"