fork(1) download
  1. s <- "High Display (3+)"
  2. sub("High Display (3+)", 2, s, fixed=TRUE)
Success #stdin #stdout 0.2s 175424KB
stdin
Standard input is empty
stdout
[1] "2"