Add url encode/decode tool

This commit is contained in:
2023-12-04 11:58:44 +02:00
parent 932a8250b6
commit 336b13ef2d
3 changed files with 58 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export default {
'str_sort_lines': 'Str sort lines',
'str_to_lower_upper': 'Str to lower/upper',
'str_remove_duplicate_lines': 'Str remove duplicate lines',
'url_encode_decode': 'URL encode/decode',
},
'SQL': {
'sql_split_in': 'SQL split IN',