replaceDerive function

String replaceDerive(
  1. String val
)

Implementation

String replaceDerive(String val) => val.replaceAll("'", "");