{ DEV_TOOLKIT }
// Advanced string & array processing utilities
~/String-processors
~/string-utilities
⟲
palindrome_check()
Validates if string reads same forwards/backwards
⟷
anagram_verify()
Compares two strings for anagram relationship
⇧
to_uppercase()
Transforms string characters to uppercase
⇩
to_lowercase()
Converts all characters to lowercase format
⇅
toggle_case()
Inverts case of each character in string
▬
find_longest()
Extracts word with maximum character length
⚡
count_letters()
Analyzes vowel and consonant distribution
~/array-processors
~/array-utilities
②
find_second_extremes()
Locates 2nd largest and 2nd smallest values
№
extract_primes()
Filters array to show only prime numbers
◊
remove_duplicates()
Eliminates repeated elements, shows unique set