SQL Syntax Validator - Online Quick Check
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
UD5 Toolkit
Validate your DNS records before publishing. Supports A, AAAA, CNAME, MX, TXT, NS, SRV, SOA, CAA, PTR and BIND zone format.
@ for root.| Type | Value Format | Example |
|---|---|---|
| A | IPv4 address | 192.168.1.1 |
| AAAA | IPv6 address | 2001:db8::1 |
| CNAME | Domain name | www.example.com. |
| MX | Priority + Domain | 10 mail.example.com. |
| TXT | Quoted text | "v=spf1 ~all" |
| NS | Domain name | ns1.example.com. |
| SRV | Priority Weight Port Target | 0 5 5060 sip.example.com. |
| SOA | MNAME RNAME Serial Refresh Retry Expire Min | ns1.example.com. admin.example.com. 2024010101 7200 3600 1209600 86400 |
| CAA | Flags Tag Value | 0 issue "letsencrypt.org" |
| PTR | Domain name | host.example.com. |
. for absolute domain names.issue tag authorizes specific CAs to issue certificates.www.example.com. (with dot) is absolute, while www (without dot) would be expanded to www.example.com. if the zone origin is example.com.. For CNAME, MX, NS, and PTR record values, using FQDN with a trailing dot is considered best practice to avoid ambiguity.
priority domain. For example, 10 mail.example.com. is valid. Common mistakes include: forgetting the priority number, using an IP address instead of a domain name, or omitting the trailing dot on the mail server's FQDN. Our tool automatically checks all these aspects and provides specific feedback.
"v=spf1 include:_spf.google.com ~all", quotes are required. For DMARC records like "v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com", quotes are also necessary. Our validator checks whether your TXT value is properly quoted.
[name] [TTL] [class] [type] [data]. For example: www 3600 IN A 192.168.1.1. Being able to validate BIND-format records is essential because many DNS providers accept or export zone files in this format, and it's the lingua franca of DNS administration.
2001:0db8:0000:0000:0000:ff00:0042:8329), compressed form (2001:db8::ff00:42:8329), loopback (::1), and unspecified address (::). IPv6 addresses in AAAA records must follow the colon-hexadecimal notation defined in RFC 4291. Mixed IPv4/IPv6 notation (like ::ffff:192.168.1.1) is also supported.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Paste JavaScript and catch syntax errors instantly with line numbers. Lightweight pre‑commit check. Local.
Validate YAML syntax with line‑by‑line error messages. Also format messy YAML into clean, indented output. All in your browser.
Paste a Bitcoin, Ethereum, or other crypto wallet address and quickly verify its format and checksum. No connection to blockchain.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
Paste your sitemap XML and check for missing namespaces, invalid URLs, or size limit violations. Keep your SEO healthy.
Send conditional requests to a URL and verify that the server correctly handles ETag and If‑None‑Match. Audit caching.
Online JSON formatting and validation tool, supporting JSON minify/beautify, syntax highlighting, and error locating. Data processed locally in browser for security.
Easily format, validate, and beautify XML documents. Minify XML data with a single click. All processing happens locally in your browser for maximum privacy.
Build and test regular expressions against sample text. Real-time match highlighting, capture groups display, and flavor options. All inside your browser.
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Quickly test SQL JOIN syntax (INNER, LEFT, RIGHT, FULL) with a sample database schema. Check logic and see conceptual result set without a real DB. Local only.
Enter any phrase and instantly see if it's a palindrome, ignoring spaces and punctuation. Fun for word nerds.
Paste a list of foreground/background color pairs and instantly see which pass AA/AAA. Perfect for checking entire style guides.
Check if a word or phrase is a palindrome (reads same forward and backward). Live validation and fun facts.
Build 'I feel... when... because...' statements interactively. Improve communication in relationships. Local only.
Check the contrast ratio between foreground and background colors to ensure web accessibility compliance. Get WCAG 2.1 AA/AAA pass/fail results instantly.
Answer questions about your page (image size, caching, fonts) and get a tailored list of optimization tips. Manual audit helper.
Create a polished HTML email signature with your photo, links, and company details. Live preview and copy HTML to clipboard. Works with Gmail, Outlook, Apple Mail.
Enter your bag dimensions and compare against major airline carry-on and checked limits. Visual pass/fail gauge. Avoid gate fees.
Convert currencies using a built‑in table of approximate fixed rates. Useful for quick estimates without live data. Local.
Design a clean, professional email signature with your photo, links, and disclaimers. Copy the HTML to use in Gmail/Outlook.
Build a palette and simulate how it appears to various color deficiencies. Also generate pre-vetted accessible palettes. Local processing.
Take a perfectly fine phrase and insert realistic-looking typos. For pranks or testing spell‑checkers.
Type a mathematical expression like 'sqrt(16)+sin(pi/2)' and get the result instantly. Supports popular functions. Local.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Fill in feeding, walking, medication details and generate a clear care sheet for your pet sitter. Print or share.
Press keys on your physical keyboard and see them highlighted on a virtual keyboard. Detects multi-key rollover. Quick hardware check.
Select logical operators (AND, OR, XOR, NAND) and generate a complete truth table. Handy for digital logic.