Add str remove duplicate lines tool

This commit is contained in:
2023-12-04 10:35:34 +02:00
parent f24c6e330c
commit 77780ec130
3 changed files with 47 additions and 0 deletions

View File

@ -32,6 +32,7 @@ export default {
'fix_ru_en_keyboard': 'Fix ru-en keyboard',
'str_length': 'Str length',
'str_to_lower_upper': 'Str to lower/upper',
'str_remove_duplicate_lines': 'Str remove duplicate lines',
},
'SQL': {
'sql_split_in': 'SQL split IN',