Match case of replaced word
Đang mở
enhancement
- Ngôn ngữ chính
- TypeScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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 ""
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.