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(); […]

October 2021

Base64 Encode

Using Polypad, this script encodes plain text to base64. To allow text data to be transmitted with binary data it […]

October 2021

CamelCase

Using Polypad this scripts transforms plain text string into a camel case string. What is camel case with example? The […]

October 2021

Word Counter

Using Polypad this script gets the total number of words from your text. How to use Word Counter? Using the […]

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