Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "alphanumeric"

Index

Interfaces

Functions

Object literals

Functions

Const alphanumeric

  • Generates the random Alphanumeric string based on given string containing "x", "a" and "A".

    • "x" will be replaced by digits
    • "a" will be replaced by lowercase alphabets
    • "A" will be replaced by uppercase alphabets
    • Rest all characters will be returned as it is.
    • Empty string will be returned if no options are provided

    Parameters

    Returns string

Object literals

Const alphanumericDefaults

alphanumericDefaults: object

format

format: string = ""

Generated using TypeDoc