Flxify
VS Code Extension
Standard Dark
Standard Light
Standard Dark
Cyber Neon
Nordic Frost
Monokai Pro
OLED Stealth
All Developer Tools
115 free online text transformation utilities for developers
Formatting
Format CSS
Formats CSS with proper indentation and line breaks
Format JSON
Formats JSON with proper indentation and validates syntax
Format SQL
Formats SQL queries with proper indentation and line breaks
Format XML
Formats XML and HTML with proper indentation and line breaks
Minification
Minify CSS
Removes whitespace and comments to compress CSS
Minify JSON
Removes whitespace to compress JSON into a single line
Minify SQL
Removes whitespace and comments to compress SQL queries
Minify XML
Removes whitespace and comments to compress XML and HTML
Encoding
Base64 Decode
Decodes Base64-encoded text back to plain text
Base64 Encode
Encodes text to Base64 format for safe data transfer
From string from unicode scaped
Decodes Unicode escape sequences (\uXXXX) to readable text
HTML Decode
Decodes HTML entities to readable characters (e.g., & to &)
HTML Encode
Encodes special characters to HTML entities (e.g., & to &)
HTML Encode all characters
Encodes every character to HTML numeric entities for obfuscation
To Unicode Escaped String
Converts text to Unicode escape sequences (\uXXXX format)
URL Decode
Decodes URL-encoded characters (e.g., %20 to space)
URL Encode
Encodes special characters for safe use in URLs
URL Entities Decode
Decodes percent-encoded characters (e.g., %48%65%6C%6C%6F to Hello)
URL Entity Encode
Encodes every character to percent-encoded format
Hashing
MD5 Checksum
Generates MD5 hash of text in hexadecimal format
SHA1 Hash
Generates SHA1 hash of text in hexadecimal format
SHA256 Hash
Generates SHA256 hash of text in hexadecimal format
SHA512 Hash
Generates SHA512 hash of text in hexadecimal format
Conversion
Android Strings to iOS Localizables
Converts Android strings.xml format to iOS Localizable.strings format
ASCII To Hex
Converts ASCII text to hexadecimal representation
Binary to Decimal
Converts binary numbers to decimal, processing each line separately
Convert to pretty markdown table
Converts CSV, TSV, or markdown tables to formatted markdown table with aligned columns
CSV to JSON
Converts CSV to JSON array of objects using first row as headers
CSV to JSON (headerless)
Converts CSV to JSON array of arrays without using headers
Decimal to Binary
Converts decimal numbers to binary, processing each line separately
Decimal to Hex
Converts decimal numbers to hexadecimal, processing each line separately
Digi to ASCII
Converts space or comma-separated ASCII codes to text characters
Fish PATH Hex Converter
Escapes special characters to hex for Fish shell PATH variables
Hex To ASCII
Converts hexadecimal representation to ASCII text
Hex to Dec
Converts hexadecimal numbers to decimal, processing each line separately
Hex to RGB
Converts hex color codes to RGB format (e.g., #FF5733 to 255,87,51)
iOS Localizables to Android Strings
Converts iOS Localizable.strings format to Android strings.xml format
JS Object to JSON
Converts JavaScript object literals to valid JSON format
JS To PHP
Converts JavaScript objects or arrays to PHP array syntax
JSON to CSV
Converts JSON array of objects to CSV format with headers
JSON to Query String
Converts JSON object to URL query string parameters
JSON to YAML
Converts JSON to YAML format
Query String to JSON
Converts URL query string parameters to JSON object
RGB to Hex
Converts RGB color values to hex format (e.g., 255,87,51 to #FF5733)
TSV to JSON
Converts tab-separated values to JSON array of objects
Well-Known Binary to Text
Converts hex-encoded Well-Known Binary (WKB) to Well-Known Text (WKT) format
Well-Known Text to Binary
Converts Well-Known Text (WKT) to hex-encoded Well-Known Binary (WKB) format
YAML to JSON
Converts YAML format to JSON
Text Case
Camel Case
Converts text to camelCase format, removing spaces and capitalizing words
Deburr
Removes accents and diacritics, converting to basic Latin characters
Downcase
Converts all text to lowercase
Kebab Case
Converts text to kebab-case format, separating words with hyphens
Snake Case
Converts text to snake_case format, separating words with underscores
Sponge Case
Randomly alternates uppercase and lowercase letters for sarcastic mocking
Start Case
Converts text to Start Case, capitalizing the first letter of each word
Toggle Camel and Hyphen
Toggles between camelCase and hyphen-case (kebab-case)
Upcase
Converts all text to uppercase
Text Manipulation
Add Line Numbers
Prepends line numbers to each line with aligned spacing
Add Slashes
Escapes quotes, backslashes, and null characters with backslashes
Collapse lines
Removes all line breaks, joining text into a single line
Defang
Makes URLs non-clickable by replacing dots and protocols for safe sharing
Escape Line Feeds
Converts actual newlines to literal \n sequences
Join Lines
Joins all lines together with no separator or delimiter
Join Lines With Comma
Joins all lines together separated by commas
Join Lines With Space
Joins all lines together separated by spaces
Line compare
Checks if all lines match the first line and reports differences
List to HTML list
Converts comma-separated list to HTML unordered list and vice versa
Markdown Quote
Prefixes each line with > to create markdown blockquotes
Natural Sort Lines
Sorts lines alphabetically with natural number ordering (1, 2, 10 not 1, 10, 2)
PHP Unserialize
Converts PHP serialized data to JSON format
Refang
Restores defanged URLs to clickable format (reverses defang operation)
Remove Duplicate Lines
Removes duplicate lines, keeping only the first occurrence of each
Remove Line Numbers
Removes line number prefixes from each line
Remove Slashes
Removes backslash escapes from quotes and special characters
Replace Smart Quotes
Replaces curly/smart quotes with straight quotes
Reverse Lines
Reverses the order of lines (last line becomes first)
Reverse String
Reverses character order in text (supports Unicode and emoji)
Rot13
Applies ROT13 cipher, shifting letters by 13 positions (reversible)
Shuffle characters
Randomly shuffles all characters in text
Shuffle Lines
Randomly shuffles the order of lines
Sort JSON
Sorts JSON object keys alphabetically and array elements
Sort lines
Sorts lines alphabetically (toggles reverse if already sorted)
Spaces to Tabs
Converts leading spaces to tabs, auto-detecting 2 or 4-space indentation
Tabs to Spaces
Converts leading tabs to 2-space indentation
Trim
Removes whitespace from the beginning and end of text
Trim End
Removes whitespace from the end of text
Trim Start
Removes whitespace from the beginning of text
Unescape Line Feeds
Converts literal \n and \r\n sequences to actual newlines
Wadsworth Constant
Removes first 30% of text (Wadsworth Constant: skip boring intro)
Generation
Contrasting Color
Determines best contrasting text color (black/white) for hex colors with WCAG ratios
Create Project Glossary Markdown File
Generates a markdown glossary template with A-Z sections for project documentation
Generate hashtag
Converts text to a PascalCase hashtag (e.g., Hello World → #HelloWorld)
Lorem Ipsum
Generates random Lorem Ipsum placeholder text (100 words)
New Boop Script
Inserts a template for creating new Flxify scripts
ULID Generator
Generates random ULIDs (Universally Unique Lexicographically Sortable Identifiers). Select a number to generate multiple (max 1000)
UUID Generator
Generates random v4 UUIDs. Select a number to generate multiple (max 1000)
Extraction
Calculate Size (Bytes)
Calculates UTF-8 byte size of text and displays in bytes, KB, or MB
Character Frequency
Count occurrences of each character in text
Count Characters
Counts the total number of characters in text
Count Lines
Counts the total number of lines in text
Count Words
Counts the total number of words in text
Extract Emails
Extracts all unique email addresses from text, one per line
Extract Phone Numbers
Extracts all unique phone numbers (US & EU formats) from text
Extract URLs
Extracts all unique HTTP/HTTPS URLs from text, one per line
Sum All
Sums all numbers in text and displays calculation with total
Word Frequency
Count occurrences of each word in text
Developer Utilities
Cron to Human
Converts a cron expression to a human-readable description with next 5 run times
Date to Timestamp
Converts readable date strings to Unix timestamp (seconds since epoch)
Date to UTC
Converts date strings or Unix timestamps to UTC format
Eval Javascript
Executes JavaScript code and appends the output as a comment
Explain Regex
Breaks down a regular expression into an explained list of tokens
JWT Decode
Decodes JWT tokens and displays header, payload, and signature as JSON
Regex Escape
Escapes special regex characters for use in regular expressions
Test Script
Developer test script demonstrating syntax highlighting and features
Time to seconds
Converts time duration (hh:mm:ss) to total seconds
Crafted with
♥
in Berlin by Ahmed El Taweel