Flxify

All Developer Tools

115 free online text transformation utilities for developers

Formatting

Minification

Encoding

Hashing

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

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

Extraction

Developer Utilities

Crafted with in Berlin by Ahmed El Taweel