Difference between revisions of "Manuals/calci/PROPER"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
*Also we have to give the <math>txt</math> with in double quotes("") or we can use the cell references. | *Also we have to give the <math>txt</math> with in double quotes("") or we can use the cell references. | ||
− | ==ZOS | + | ==ZOS== |
*The syntax of displaying the text in a proper method in ZOS is <math>PROPER(text)</math>. | *The syntax of displaying the text in a proper method in ZOS is <math>PROPER(text)</math>. | ||
**<math>text</math> is the text given in double quotes. | **<math>text</math> is the text given in double quotes. |
Revision as of 13:07, 3 June 2015
PROPER(text)
- is the text given in double quotes
Description
- This function is used to capitalizes the first letter in each word .
- Also it is changing the other letters in to lower case.
- In a sentence this function is taking the first letter of each word to change in to a upper case letters and remaining all of the letters it will change in to a lower case letters.
- PROPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored.
- Also we have to give the with in double quotes("") or we can use the cell references.
ZOS
- The syntax of displaying the text in a proper method in ZOS is .
- is the text given in double quotes.
- For e.g.,
Examples
- PROPER("i like to have a icecream")=I Like To Have A Icecream.
- PROPER("WHERE YOU ARE GOING")=Where You Are Going.
- PROPER("august 15th")=August 15Th.
- PROPER(nice place)=Null