REPLACE: Replace changes the text with another text in the string. Step1. Execute the program. Step2. Mark the output:
Day: November 17, 2015
String Operation – Condense
Condense – removes the extra spaces in a string. Step1. Execute the program. Step2. Observe the output. Step3. Execute the program. Step4. Observe the
String Operation- Length
STRLEN function calculates the length of the String. Step1. Execute the program. Step2. Mark the output..
String Operation- Translate
String Translate- Translates the string from lower to upper, upper to lower or using any rule. Step1. Execute the code. Step2. Observe the output.
String Operation – Search
String Search – Search finds a particular substring inside the string , if the search is successful then SY-FDPOS contains the index (position) of
String Operation – Split
SPLIT- String Split just breaks a single string into multiple parts at certain point. Step1. Execute the program. Step2. Observe the Output