convert to uppercase
var str = "Hello World!";
var res = str.toUpperCase();echo example | awk -F 'd' '{ print toupper($1)}'
EXAMPLE #Example first uppercased outputedconst upperCase = function(names){
const toLower = names.toLowerCase().split(' ');
const namesUpper = [];
for(const wordName of toLower){
namesUpper.push(wordName[0].toUpperCase() + wordName.slice(1));
}
return namesUpper.join(' ');
}
Also in C++:
- pm2 stop process
- how to see pip installed packages
- check all the ports in use mac
- where is my ubuntu folder located
- grep show lines between matches
- linux alternatives to tree
- flutter change Target file from lib/main.dart to another
- see all apps linux
- ubuntu 20 lts install node 10
- error gyp ERR! stack Error: not found: make
- git revert commit for single file
- ubuntu install all language packs
- cmd kill process
- install dependencies npm
- ubuntu change primary group
- if dir bash
- set keyboard azerty linux
- redis get all data
- export github branch from one repository to another
- how to check node is installed or not
- how to find and replace a string in a file using shell script
- No module named SimpleHTTPServer
- how to install ros package
- installed delphi package says unit not found