Difference between revisions of "Manuals/calci/PROPER"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''PROPER(text)'''</div><br/>
+
<div style="font-size:30px">'''PROPER (String) '''</div><br/>
*<math>text</math>  is the text  given in double quotes
+
*<math>String</math>  is the text  given in double quotes.
 +
**PROPER(), capitalizes the first letter in each word of a text value.
  
 
==Description==
 
==Description==
Line 7: Line 8:
 
*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.
 
*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.
 
*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 <math>txt</math> with in double quotes("") or we can use the cell references.
+
*Also we have to give the <math>String</math> with in double quotes("") or we can use the cell references.
  
==ZOS Section==
+
==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(String)</math>.
**<math>text</math>  is the text  given in double quotes.
+
**<math>String</math>  is the text  given in double quotes.
 
*For e.g.,
 
*For e.g.,
  
Line 19: Line 20:
 
#PROPER("august 15th")=August 15Th.
 
#PROPER("august 15th")=August 15Th.
 
#PROPER(nice place)=Null
 
#PROPER(nice place)=Null
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|xplpj94tzqA|280|center|PROPER}}
  
 
==See Also==
 
==See Also==
Line 26: Line 31:
 
==References==
 
==References==
 
*[http://www.techonthenet.com/excel/formulas/proper.php Proper]
 
*[http://www.techonthenet.com/excel/formulas/proper.php Proper]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 16:24, 13 August 2018

PROPER (String)


  • is the text given in double quotes.
    • PROPER(), capitalizes the first letter in each word of a text value.

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

  1. PROPER("i like to have a icecream")=I Like To Have A Icecream.
  2. PROPER("WHERE YOU ARE GOING")=Where You Are Going.
  3. PROPER("august 15th")=August 15Th.
  4. PROPER(nice place)=Null

Related Videos

PROPER

See Also

References