getFormattedValue static method

String getFormattedValue(
  1. String value
)

Implementation

static String getFormattedValue(String value) {
  return value.replaceAll(newLineReplacePattern, '\n');
}