18 lines
392 B
Markdown
18 lines
392 B
Markdown
# PTools
|
|
A collection of tools for string conversions
|
|
|
|
## Demo
|
|
* https://ptools.pmh.codes
|
|
|
|
## Transforms
|
|
* Regular Expression Parser (for parsing logs)
|
|
* Datetime Parser
|
|
* Base64 Encoder/Decoder
|
|
* URI Encoding Encoder/Decoder
|
|
* JSON Beautifier/Simplifier
|
|
* String Escaper/Unescaper
|
|
* JSON2YAML / YAML2JSON
|
|
* GZIP Zipped Base64 Unzipper
|
|
* Python Dictionary to JSON
|
|
* JSON to Python Dictionary
|