fork download
  1. test <- "• Direct the Department’s technical\n\no Set direction to ensure goals and objectives\n\no Select management and other key personnel"
  2. cat(gsub(test, pattern = "(?m)^o ", replacement = "• ", perl=TRUE))
Success #stdin #stdout 0.25s 39300KB
stdin
Standard input is empty
stdout
• Direct the Department’s technical

• Set direction to ensure goals and objectives

• Select management and other key personnel