Aller au contenu principal

Remove characters from text input

Commentaires

4 commentaires

  • Alisa Lindley

    Hi Jesse Langdon,

    Have you added an equals sign before “” or ‘’? The equals sign is necessary to initialize the input as an expression, otherwise it is treated as a string. In other words, typing “” without an equals sign is more like “”"".

    1
  • Alisa Lindley

    One more thing - in my original reply, I glanced over the part where you said you are using a Regular Expression Replace activity. This activity uses regular expressions to perform advanced text replacement, which is probably not necessary here. The Text Replace activity may be an easier option to work with.

    1
  • Jesse Langdon

    That worked, thanks so much!

    0
  • Peter Milenkovic

    I will tack onto this thread. 

    I noticed that the activity output (Regular Expression Replace) does not persist beyond the ‘scope’ it was created in? For example i used this activity in a form, but can not insert the output in an activity outside of the form. Is this a bug or did i overlook something in the documentation?

    0

Vous devez vous connecter pour laisser un commentaire.