Add your input here..

Characters: 0 | Bytes: 0

Content type not detected. Show common operations by default

ABOUT


StringFlux was built to help developers streamline string-related transformations in their daily work. It offers a web-based UI where users can chain multiple string operations together—similar to command line pipe in Unix/Linux. This makes it efficient for complex string transformations, e.g. viewing stacktraces clearly from a JSON formatted log message.

The ability to chain operations makes StringFlux powerful for advanced use cases. At the same time, it is designed with a simple, intuitive interface for common tasks like JSON formatting, Base64 encoding, and more. With features like smart operation recommendations, search, and categorized operations, StringFlux keeps the experience smooth even when many transformations are available.

We hope StringFlux helps developers save time and stay focused by providing a unified, efficient interface for all their string transformation needs.

FEATURES


Transformation Chains

Chain multiple operations to perform complex transformations, similar to a command line pipe.

Copy selection in new editor

Context menu supports copy text selection to a new editor. Useful to apply transformations to a specific part of a string.

Multiple operations supported

Support for JSON format, Base64 encoding / decoding, JSON to Yaml conversion, and many more formats.

Intuitive UX

Simple and intuitive UX to provide operation in 3 ways: recommended by content type, search and category.

Fix broken JSON

Fix malformed JSON with common errors, like missing quotes, trailing commas, unescaped characters, and unmatched brackets.

Share & Collaborate

Share your string transformation chain with others using share links.

SUPPORTED OPERATIONS


Formatting

  • JSON Format
  • JSON Minify
  • XML Format

Conversion

  • JSON to YAML
  • YAML to JSON
  • JSON to XML
  • XML to JSON
  • JSON to CSV
  • CSV to JSON

Encoding & Decoding

  • Base64 Encode
  • Base64 Decode
  • URL Encode
  • URL Decode

Escape & Unescape

  • HTML Escape
  • HTML Unescape
  • String Escape
  • String Unescape

Security & Hash

  • JWT Decode
  • SHA256
  • MD5

Misc

  • To UPPER
  • To lower