A collection of tools for string conversations
Go to file
Minhyeok Park 6e82e10cbb
All checks were successful
/ deploy_site (push) Successful in 2m40s
docs: add proper README.md
2024-11-12 02:25:36 +00:00
.gitea/workflows chore(fix): use dist folder for output 2024-10-27 14:06:13 +09:00
public fix: oops koishi is missing.. so we replaced to suika 2024-10-30 21:23:37 +09:00
src feat: add more transform trigger point 2024-11-12 11:14:53 +09:00
.gitignore refactor: upload temp 2024-10-26 17:57:34 +09:00
eslint.config.js refactor: upload temp 2024-10-26 17:57:34 +09:00
index.html refactor: upload temp 2024-10-26 17:57:34 +09:00
package.json feat: hide transform when click title 2024-10-29 21:05:14 +09:00
pnpm-lock.yaml feat: hide transform when click title 2024-10-29 21:05:14 +09:00
README.md docs: add proper README.md 2024-11-12 02:25:36 +00:00
tsconfig.app.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.app.tsbuildinfo chore(fix): use dist folder for output 2024-10-27 14:06:13 +09:00
tsconfig.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.node.json refactor: upload temp 2024-10-26 17:57:34 +09:00
tsconfig.node.tsbuildinfo chore(fix): use dist folder for output 2024-10-27 14:06:13 +09:00
vite.config.ts chore: use modoern compiler for scss preprocessing 2024-11-12 10:33:41 +09:00

PTools

A collection of tools for string conversations

Demo

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