Forum Discussion

omiaye's avatar
omiaye
New Contributor II
2 years ago
Solved

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('...
  • alchemiz's avatar
    2 years ago

    $Clicks.trim().replace(/-/g,'').trim()