fullNameToUser()

This function returns a text with the user name of a given display name.


Bash
fullNameToUser(displayName) #Output: Text


Examples

Parser expression

Description

Bash
fullNameToUser("Bob Smith")

This example returns the user

name the user Bob Smith e.g.:

b.smith

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

displayName

text

Text containing a valid user's full name.

Output

This function returns a text

If you want to return the full name instead of a user name, check out: userFullName()


📚 Use cases and examples