Add str pad tool

This commit is contained in:
2024-04-15 15:25:13 +03:00
parent 4c80b42680
commit 66f12ee5f5
3 changed files with 104 additions and 0 deletions

View File

@ -39,6 +39,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',
'str_pad': 'Str pad',
'url_encode_decode': 'URL encode/decode',
'url_query_viewer': 'URL query viewer',
},