Match case of replaced word
Ouverte
enhancement
- Langage dominant
- TypeScript
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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 ""
}
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.