mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
toUppercase tool, testCases and updated index file
This commit is contained in:
3
src/pages/string/uppercase/service.ts
Normal file
3
src/pages/string/uppercase/service.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function toUppercase(input: string): string {
|
||||
return input.toUpperCase();
|
||||
}
|
Reference in New Issue
Block a user