Interactive Regex Cheatsheet - Online Quick Reference
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
UD5 Toolkit
Cargo.toml), Python packaging (pyproject.toml), and many other ecosystems. TOML supports key-value pairs, tables (sections), arrays, nested structures, and multiple data types including dates, times, and booleans.
Choose TOML when you want a simple, readable config format with minimal footguns.
="key" or 'key')#[table-name][parent.child][[array-table]]""" or '''true/false), Offset Date-Time (1979-05-27T07:32:00Z), Local Date-Time, Local Date, Local Time, Array ([1, 2, 3]), and Inline Table ({key = "val"}). This rich type system makes TOML more expressive than INI files while remaining simpler than YAML.
[table] defines a single table (a section). If you define it twice, the later definition overwrites the earlier one.[[array-of-tables]] defines an array of tables. Each occurrence appends a new table to an array. This is perfect for defining multiple similar entries, like a list of servers, dependencies, or authors.
[[fruits]]
name = "apple"
[[fruits]]
name = "banana"
# Results in: fruits = [{name="apple"}, {name="banana"}]
[a] and [[a]] for the same name — choose one.=. key "value" is invalid."my.key" = "val".taplo (a Rust-based TOML toolkit) in your local development environment. Our online tool prioritizes validation accuracy and consistent output formatting.
[[...]]) for lists of similar objects.[table] definitions.An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
Paste your CSS and strip all `!important` declarations in one click. See a list of affected rules. Local tool.
Apply real-time CSS filters or canvas effects to a video and download the processed output. Experiment with video post-processing locally.
Check read/write/execute boxes and see the octal and symbolic chmod representation. Learn and compute file permissions.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce render‑blocking resources.
Select a meat or vegetable to see the best wood pairing for smoking. Flavor descriptions and intensity chart.
View all CSS system colors (Canvas, ButtonFace, GrayText) as swatches. Click to copy. For forced‑colors adaptation.
Searchable table of well‑known TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Pick a scale (Major, Harmonic Minor, Dorian…) and a root note. Shows the notes and highlights them on piano & guitar fretboard.
Enter water temperature and activity to get recommended wetsuit thickness (2/3mm to 6/5mm). Stay comfortable.
Upload a simple shape image and automatically trace its outline to a CSS clip‑path polygon. For creative web design. Local.
Take multiple evenly spaced screenshots from a video and combine them into a single filmstrip image. Local canvas.
Place colored points on a canvas and see a smooth gradient mesh interpolate between them. Experimental and beautiful. Download PNG.
Paste a linear‑gradient CSS value and see all the color stops listed as a palette. Copy individual hex codes. Quick reference.
Set up multiple @layers and use revert‑layer to fall back. See the computed style and cascade resolution live.
Upload a photo and extract a smooth CSS gradient that represents its color mood. Copy the linear-gradient code.
Send conditional requests to a URL and verify that the server correctly handles ETag and If‑None‑Match. Audit caching.
Validate a DNSSEC chain by entering DS and RRSIG records. Verify that signatures match. Educational. Local algorithm.
Convert TOML configuration files to equivalent YAML with perfect structure preservation. Fast and local.
Paste any DNS record and check if its format is valid for the selected record type (A, AAAA, CNAME, MX, TXT, SRV). Prevents typos.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Build a basic Nginx server block for a static site, reverse proxy, or PHP. Fill in the blanks and copy the config.
Paste a Bitcoin, Ethereum, or other crypto wallet address and quickly verify its format and checksum. No connection to blockchain.
Paste lines and convert them into bulleted lists with symbols like •, ‑, or →. Markdown friendly. Quick formatting.
Convert your text to all lowercase instantly. Clean and simple. Works offline.
Validate YAML syntax with line‑by‑line error messages. Also format messy YAML into clean, indented output. All in your browser.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Transform a flat JSON object into a dotenv file format instantly. Use it to keep your local configuration in sync. All processing is private and client‑side.