extToDeleteBlank method

String extToDeleteBlank()

Implementation

String extToDeleteBlank() {
  return replaceAll('.', '');
}