#7 Make URL query viewer tool (#8)

Closes #7

Reviewed-on: #8
Co-authored-by: stuzer05 <stuzer05@stuzer.link>
Co-committed-by: stuzer05 <stuzer05@stuzer.link>
This commit is contained in:
2024-03-12 19:48:13 +02:00
committed by Illya Marchenko
parent 8fedd3e0e2
commit 66474e3791
4 changed files with 98 additions and 1 deletions

View File

@ -36,6 +36,7 @@ export default {
'str_to_lower_upper': 'Str to lower/upper',
'str_remove_duplicate_lines': 'Str remove duplicate lines',
'url_encode_decode': 'URL encode/decode',
'url_query_viewer': 'URL query viewer',
},
'PHP': {
'str_to_php_array': 'Str to PHP array',