toUpperCaseTr method

String toUpperCaseTr()

Implementation

String toUpperCaseTr() {
  return turkish.toUpperCase(this);
}