editing
21 tools tagged "editing".
XML Truncator
Cut an XML document down to its first N elements while keeping it well-formed.
Open toolXML Filter
Keep only the elements whose tag name matches a search term, wherever they appear in the document.
Open toolXML Comment Remover
Strip every <!-- --> comment from an XML document and re-format the rest.
Open toolXML Key Replacer
Rename every element with a given tag name to a new one, everywhere it appears.
Open toolXML Value Replacer
Replace every occurrence of a substring inside element text content, everywhere in a document.
Open toolXML Comment Replacer
Replace every occurrence of a substring inside XML comment text, everywhere in a document.
Open toolXML Error Injector
Deliberately break well-formed XML in one random way, for building parser test fixtures.
Open toolXML Syntax Changer
Switch every empty element between self-closing (<a />) and explicit open/close (<a></a>) style.
Open toolXML Double Quote Converter
Re-write every XML attribute value using double quotes, the more common XML convention.
Open toolXML Single Quote Converter
Re-write every XML attribute value using single quotes.
Open toolYAML Key Replacer
Rename a mapping key to a new name everywhere it appears in a YAML document.
Open toolYAML Value Replacer
Replace every leaf scalar value that exactly matches a query with a new value.
Open toolYAML Comment Replacer
Replace text inside YAML comments everywhere it appears, leaving the data untouched.
Open toolList Editor
Insert, delete, or replace a single item at a given position in a list.
Open toolList Item Appender
Append one or more new items to the end of an existing list.
Open toolList Item Deleter
Delete every item equal to or matching a given value or pattern.
Open toolList Item Popper
Remove the last N items from a list, showing both the remaining list and the popped items.
Open toolList Item Pusher
Push (prepend) one or more new items to the front of an existing list.
Open toolList Item Replacer
Find and replace a substring within every item of a list.
Open toolList Splicer
Remove a run of items starting at an index and optionally insert replacements, JS splice semantics.
Open toolList Truncator
Keep only the first N items or the last N items of a list, dropping the rest.
Open tool