rExtractEmpty function

String rExtractEmpty(
  1. String log
)

Implementation

String rExtractEmpty(String log) {
  return '';
}