-
Expression to remove last letters from text
Hi guys, I know that it is a stupid question but there is an expression that allow me to cut the last letters from a text?
I tried with the
text.sourceText.slice (4)
expression but it cut all letters except last 4s.