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

@ -55,6 +55,11 @@ const router = createRouter({
name: 'str_remove_duplicate_lines',
component: () => import('../views/StrRemoveDuplicateLines.vue'),
},
{
path: '/str_pad',
name: 'str_pad',
component: () => import('../views/StrPad.vue'),
},
{
path: '/str_to_php_array',
name: 'str_to_php_array',