String
Namespace: MordhauBuddy.App
Parent Module: RenderUtils
Functions and values
Function or value | Description |
defStr(sOpt)
Signature: sOpt:string option -> (type)
|
Default value for string option into str
|
duToTitle(s)
Signature: s:string -> string
|
Converts a disciminated union string to a title
|
ensureEndsWith suffix str
Signature: suffix:string -> str:string -> string
|
Ensures that the string ends with a given suffix
|