Assign 142
Assign 142
Text Functions
S. No. Function Name Function Output
1 CONCATENATE =concatenate("ww","xx") wwxx
2 FIND =FIND("sr","srrsdsd",1) 1
3 SEARCH =SEARCH("sr","srrssdf",1) 1
4 REPLACE =REPLACE("Suhan",1,4,"trt")
trtet
5 LEFT =LEFT("Suhan",3) suh
6 RIGHT =RIGHT("Suhan",3) eet
7 LEN =LEN("Suhan") 6
8 LOWER =LOWER("Suhan") suhan
9 UPPER =UPPER("suhan") Suhan
10 MID =MID("Suhan",1,4) suha
11 REPT =REPT("gg",4) gggggggg
12 TRIM =TRIM(" suhan ") Suhan
13 PROPER =PROPER("Suhan") suhan