Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function mapString

Defined in GeneralFunctions.ts

(
str: string,
toMap: string,
mapTo: string
): string

Map a string substring to a different string.

· str - String to reduce.
· toMap - Substring to reduce.
· mapTo - String to reduce to.

Returns

undefined