caseify: caseify

Description Usage Arguments Details Value See Also Examples

Description

2l33t4u

Usage

1
caseify(handle, case.type = "alternating", leetness = 0.4)

Arguments

handle

Input string to be caseified.

case.type

String that determines the kind of casing to give the input handle. Choices are "lower", "upper", "unchanged", "random", and "alternating", and do basically exactly what they sound like.

leetness

Heuristic between 0 and 1 (inclusive) that determines how often character substitutions (e.g., a to @) will take place.

Details

Makes the input string have l33t casing.

Value

The input string with l33t casing, LiKe ThIs.

See Also

rleet, replaceify

Examples

1
hackR::caseify("This is what the internet looked like 20 years ago")

wrathematics/hackR documentation built on May 4, 2019, 9:49 a.m.