Best answer

I'd like to remove a substring and all following text from a string

  • 11 June 2022
  • 3 replies
  • 619 views

Userlevel 1
Badge

Hi, I'd like to remove a substring and all following text from a string, so that for example "This is an example number one" and "This is an example number two" become "This is an example". I looked at the Formatter and regex expressions but to no avail. Thanks for your help.

icon

Best answer by christina.d 17 June 2022, 23:31

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 4
Badge +6

Hello @Patrick.emin 

Try exploring Code By Zapier you might be able to achieve this specific usecase 

Userlevel 1
Badge

Thanks, I used in fact the formatter Split function, with the test looks like I’ll manage with that.

Userlevel 7
Badge +9

I used in fact the formatter Split function, with the test looks like I’ll manage with that.

Awesome! Thanks for keeping us in the loop for how you sorted this, @Patrick.emin!

For anyone following along I also wanted to also include Satya’s solution as well. 🤗

Try exploring Code By Zapier you might be able to achieve this specific usecase