Almenon / Almenon/Replacely

Match case of replaced word

Aperta
#2 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
TypeScript
Stelle
0
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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 ""
}
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.