March 2022

Create a Script

/* name: Downcase description: Converts your text to lowercase. author: Polypad tags: downcase,lowercase */ function main(input) { input.text = input.text.toLowerCase(); […]

Search our blog
Polypad
  • FAQ's
  • Blog
Support
  • Contact
  • Github
  • Docs
  • Changelog
Legal
  • Privacy
  • Terms
Newsletter

Join our monthly newsletter to get top tricks + tips.

Thanks for joining our newsletter.
Oops! Something went wrong.
Polypad - Scriptable Textpad
Created by Mattebot. Copyright © 2025. All Rights Reserved