Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


webdeveloper (version 1.0.5)

idAddSuffix: Add a suffix to an id

Description

Add a suffix to an id

Usage

idAddSuffix(id, suffix, sep = "-")

Value

A string.

Arguments

id

A string to add a suffix to.

suffix

A string, the suffix to add.

sep

A string, the separator to use.

Examples

Run this code
idAddSuffix("example", 1)

Run the code above in your browser using DataLab