Convert a string to the uppercase snake case. This format is used e.g. for static properties on entity classes.
The input string in the case used by static methods on entity-classes.
The string to be transformed.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Convert a string to the uppercase snake case. This format is used e.g. for static properties on entity classes.
Returns
The input string in the case used by static methods on entity-classes.