JavaScript Regex Cheatsheet - Online Interactive Pattern Reference
Interactive cheatsheet for JavaScript regular expressions with live examples. Click any token to see its explanation and test it on sample text immediately.
UD5 Toolkit
Inspect embedded JavaScript inside any PDF – instantly detect hidden scripts and potential threats.
.pdf files only, up to 50 MB
Parsing PDF, looking for JavaScript…
No JavaScript found.
qpdf to linearize/clean a PDF, or re-print the PDF to a new file (which often strips interactive elements). This inspector only detects scripts, it does not modify files.
Interactive cheatsheet for JavaScript regular expressions with live examples. Click any token to see its explanation and test it on sample text immediately.
Generate the doGet() and doPost() boilerplate for a Google Apps Script web app. Ready to paste into the editor.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Drag and drop pieces to set up a chess position. Generate FEN string and copy to share. Analyze openings. Local only.
Search and copy HTML entities for arrows, math, currency, and symbols. See the glyph and code. Fast reference.
Paste any iframe embed code (YouTube, maps) and get a responsive wrapper div with correct aspect ratio CSS.
Choose Babel presets (env, React, TypeScript) and plugins. Get a clean babel.config.json to transpile your code. Local tool.
Enter a common chemical name to see summary hazard pictograms and precautions. Quick reference.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Enter a CSS selector and see its specificity broken down into A,B,C columns with a visual weight comparison. Learn specificity.
Fill in a component name and generate a complete Stencil.js component with TSX, CSS, and test files. Quick start.
Create beautiful, syntax-highlighted screenshots of your code snippets. Choose themes and export as PNG. All client-side canvas rendering.
Render 1000 styled elements using inline styles vs. CSS classes and compare time. Understand CSS‑in‑JS trade‑offs.
Move your mouse to create colorful ink swirls in a simulated fluid. Beautiful and mesmerizing. No install. Just WebGL.
Automatically remove the background from any photo using a small on‑device AI model (WASM). No upload. Works offline.
Answer questions about project type and strength needed to get a joint recommendation. Animations.
Chain multiple CSS filter functions and see the result on an image. Copy the filter string. No upload.
See how `animation‑composition: replace, add, accumulate` works by layering animations on the same property. Understand the spec.
Limit browser gestures on an element: pan‑x, pinch‑zoom, manipulation. Draw on a canvas to test. Mobile dev helper.
Convert a small image into a Base64 data URI and get a Markdown image tag. Perfect for README files and note‑taking apps. Local.
Click to get a random HTTP status code with its name and description. See 418 I'm a teapot. Fun for devs.
Select a Node.js version from the LTS list and instantly download a .nvmrc file. Lock your project’s runtime.
Load a sprite sheet, define frames, and play an animation on a canvas. Control frame rate and loop. Game dev tool.
Generate a link to an SVG placeholder image with a custom width, height, and text. Use as dummy image src. No server.
Create and format Markdown tables by adjusting rows and columns. Align text, copy the raw Markdown. Perfect for README files.
Generate dynamic placeholder images by specifying width, height, colors, and text. View instantly as a URL you can embed in mockups. Canvas-based.
Generate an SVG placeholder image with custom text, width, height, and colors. Use as a placeholder service. Pure SVG.
Apply a blur effect to image background while keeping the subject sharp. Simple brush selection for area to keep sharp. CSS+Canvas implementation, local only.
Enter a resource name and HTTP method to get a complete Express route handler with try/catch and comments.