omiaye
2 years agoNew Contributor II
How to formulate expresssion
Please I need some help to formulate this expression an expression. Essentially, is it possible for these three steps to be all done in one line? Thanks.
- trim($Clicks)
- trim($Clicks.replaceAll('-',''))
- trim(output of step 2)
$Clicks.trim().replace(/-/g,'').trim()