Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function converts all whitespace-separated words in the given text into capitalized words (only the word's first letter is upper case and the remaining letters are lower case).


Code Block
languagebash
titleSyntax
linenumberstrue
capitalizeWordsFully(text) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
capitalizeWordsFully("heLLo WORLD!")


This example returns "Hello World!"


Code Block
languagebash
linenumberstrue
capitalizeWordsFully("jIrA wOrKfLoW tOoLbOx!")


This example returns "Jira Workflow Toolbox!"



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titletext

Any given text.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titleText



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_capitalizewordsfully" and space = currentSpace()


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Capitalizes an entire text.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.1.34

Label