Skip to main content

I’m trying to strip .mov from a string holding the title of a video. The RegEx I am using in Formatter by Zapier, returns no result. Just to be sure I tested it on PYTHEX and it works. Seems very simple but I might be missing something. The same type of step using the regex (.*)\.mp4$ instead of (.*)\.mov$ works fine. Any ideas?

 

Configuration for the Formatter step

 

Data in
Data out

 

Hi ​@CTB 

Try this instead…

Zap action: Formatter > Text > Replace

  • Replace .mov with nothing

@Troy Tessalone That worked perfectly! Thanks!