Convert non-printable chars in string into their printable form
Serializes a javascript object to a printable string. String is formatted to be used in either pure text environments, like a console log or in HTML or to create a JSON output.
Convert a decoded IPLD value to a colored printable string
A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.
A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.
Encode and decode quoted-printable strings according to rfc2045
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
TypeScript definitions for quoted-printable
Encode and decode quoted printable and base64 strings
Print a unified-latex AST with no fancy formatting
Format the data in a printable string table.
Fastest HTML entities encode/decode library.
Detect whether a KeyboardEvent is caused by a printable key
A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.
Quoted-printable (RFC 2045) and mime word (RFC 2047) decoding
Generate a cryptographically strong random string
print array like table into console
TypeScript definitions for libqp
Convert a string to a valid safe filename
Format the data in a printable string table.
Serializes a javascript object to a printable string. String is formatted to be used in either pure text environments, like a console log or in HTML or to create a JSON output.
Unicode to ASCII transliteration
Check the signature of an executable file using the WinVerifyTrust API
A pure JavaScript implementation of the AES block cipher and all common modes of operation.
Unicode to ASCII transliteration. Converts Unicode characters to their best ASCII representation. AnyAscii provides ASCII-only replacement strings for practically all Unicode characters. Text is converted character-by-character without considering the context. The mappings for each script are based on popular existing romanization systems. Symbolic characters are converted based on their meaning or appearance. All ASCII characters in the input are left unchanged, every other character is replaced with printable ASCII characters. Unknown characters and some known characters are replaced with an empty string and removed.
This gem is a simple libraty to help add or remoge HTML entities to a string the usage is simple "&this needs to be removedá".decode_entities will remove all HTML entities, and "á now I need it encoded".encode_entities will replace non printable ascii with the corresponding HTML entitites
Adds support for displaying your ActiveRecord tables, named scopes, collections, or plain arrays in a table view when working in rails console, shell, or email template. Enumerable#to_table_display returns the printable strings; Object#pt calls #to_table_display on its first argument and puts out the result. Columns you haven't loaded (eg. from using :select) are omitted, and derived/calculated columns (eg. again, from using :select) are added. Both #to_table_display and Object#pt methods take :only, :except, and :methods which work like the #to_xml method to change what attributes/methods are output. The normal output uses #inspect on the data values to make them printable, so you can see what type the values had. When that's inconvenient or you'd prefer direct display, you can pass the option :inspect => false to disable inspection.
No description provided.
No description provided.