replaceKey method

String replaceKey()

Implementation

String replaceKey() {
  return toUpperCase().replaceAll("-", "_");
}