×

Pluralise Word

iOS 14 +

Notes

Add a singular word and a count. The plural of the word will be returned if the count is greater than 1.

Syntax

pluralise(word: <#String (Allows Variables)#>, countType: <#Enumeration (CountType)#>, items: <#Variable#>, count: <#Integer#>, output: <#Enumeration (PluraliseOutput)#>, typeCase: <#Enumeration (PluraliseCase)#>)

Example

pluralise(word: ""Jellycuts"", countType: items, items: ShortcutInput, count: , output: word, typeCase: sentence)