Skip to main content
Best answer

RegEx issue in Formatter by Zapier for stripping .mov from video titles

  • August 24, 2025
  • 2 replies
  • 11 views

  • Beginner
  • 1 reply

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

 

Best answer by Troy Tessalone

Hi ​@CTB 

Try this instead…

Zap action: Formatter > Text > Replace

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

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34068 replies
  • Answer
  • August 24, 2025

Hi ​@CTB 

Try this instead…

Zap action: Formatter > Text > Replace

  • Replace .mov with nothing

  • Author
  • Beginner
  • 1 reply
  • August 24, 2025

@Troy Tessalone That worked perfectly! Thanks!