Capitalize String
Formats a string based on a formatting operation (Upper Case, Lower Case, Capitalize, Title, etc.).
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Operation (inputs:operation) |
|
The formatting operation. |
UpperCase |
Metadata |
literalOnly = 1 |
||
Metadata |
allowedTokens = UpperCase,LowerCase,Capitalize,Title |
||
String (inputs:string) |
|
The base string. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
String (outputs:string) |
|
The modified string. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.CapitalizeString |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Capitalize String |
Categories |
function |
Generated Class Name |
OgnCapitalizeStringDatabase |
Python Module |
omni.graph.nodes |