Fixes and refactoring

This commit is contained in:
2023-12-12 12:27:46 +02:00
parent 99e6523f0c
commit e0cfb144a3
7 changed files with 35 additions and 47 deletions

View File

@ -34,9 +34,11 @@ 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',
},
'PHP': {
'str_to_php_array': 'Str to PHP array',
'php_array_to_json': 'PHP array to Json',
'url_encode_decode': 'URL encode/decode',
},
'SQL': {
'sql_split_in': 'SQL split IN',