Functions
replaceWords
- replaceWords(str: string, key?: string, value: any, leftMark?: string, rightMark?: string): string
-
Parameters
-
str: string
-
Default value key: string = ""
-
value: any
-
Default value leftMark: string = "\{"
-
Default value rightMark: string = "\}"
Returns string