Difference between revisions of "Manuals/calci/REMOVETEXT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''REMOVETEXT(string)'''</div><br/> *<math>string</math> is the string from which text is to be removed. ==Description== *REMOVETEXT is used to...")
 
 
Line 17: Line 17:
 
#REMOVETEXT("67a895") = 67895
 
#REMOVETEXT("67a895") = 67895
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=W_defvKTiVc&t=7s|280|center|Remove Text}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:38, 4 April 2019

REMOVETEXT(string)


  • is the string from which text is to be removed.


Description

  • REMOVETEXT is used to remove text from the entered string.
  • can be a combination of characters, text, numbers etc. entered in double quotation marks.


Examples

  1. REMOVETEXT("abc123") = 123
  2. REMOVETEXT("House Number 4566") = 4566
  3. REMOVETEXT("how are you?") = (all text removed. hence blank output)
  4. REMOVETEXT("1***%%%1") = 11
  5. REMOVETEXT("67a895") = 67895

Related Videos

Remove Text

See Also


References

String