Add str to php array tool

This commit is contained in:
2023-12-12 11:45:57 +02:00
parent 6a860633b2
commit 3b0517161f
4 changed files with 125 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',
'str_to_php_array': 'Str to PHP array',
'url_encode_decode': 'URL encode/decode',
},
'SQL': {