Match case of replaced word
Offen
enhancement
- Vorherrschende Sprache
- TypeScript
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The replacement word/phrase should match the casing of the word/phrase it replaces
```
/**
* Returns a string matching the case of stringToMatch
* Works even if the two arguments are in different languages.
*/
function matchCase(stringToMatch: string, stringToTransform: string){
// logic not implemented yet
return ""
}
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.