editing

21 tools tagged "editing".

XML Truncator

Cut an XML document down to its first N elements while keeping it well-formed.

Open tool

XML Filter

Keep only the elements whose tag name matches a search term, wherever they appear in the document.

Open tool

XML Comment Remover

Strip every <!-- --> comment from an XML document and re-format the rest.

Open tool

XML Key Replacer

Rename every element with a given tag name to a new one, everywhere it appears.

Open tool

XML Value Replacer

Replace every occurrence of a substring inside element text content, everywhere in a document.

Open tool

XML Comment Replacer

Replace every occurrence of a substring inside XML comment text, everywhere in a document.

Open tool

XML Error Injector

Deliberately break well-formed XML in one random way, for building parser test fixtures.

Open tool

XML Syntax Changer

Switch every empty element between self-closing (<a />) and explicit open/close (<a></a>) style.

Open tool

XML Double Quote Converter

Re-write every XML attribute value using double quotes, the more common XML convention.

Open tool

XML Single Quote Converter

Re-write every XML attribute value using single quotes.

Open tool

YAML Key Replacer

Rename a mapping key to a new name everywhere it appears in a YAML document.

Open tool

YAML Value Replacer

Replace every leaf scalar value that exactly matches a query with a new value.

Open tool

YAML Comment Replacer

Replace text inside YAML comments everywhere it appears, leaving the data untouched.

Open tool

List Editor

Insert, delete, or replace a single item at a given position in a list.

Open tool

List Item Appender

Append one or more new items to the end of an existing list.

Open tool

List Item Deleter

Delete every item equal to or matching a given value or pattern.

Open tool

List Item Popper

Remove the last N items from a list, showing both the remaining list and the popped items.

Open tool

List Item Pusher

Push (prepend) one or more new items to the front of an existing list.

Open tool

List Item Replacer

Find and replace a substring within every item of a list.

Open tool

List Splicer

Remove a run of items starting at an index and optionally insert replacements, JS splice semantics.

Open tool

List Truncator

Keep only the first N items or the last N items of a list, dropping the rest.

Open tool