Match case of replaced word
Abierto
enhancement
- Lenguaje dominante
- TypeScript
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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 ""
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.