This a .NET Standard 2.0 Class Library for relatively complex manipulation of arrays without using any built in methods
- [5+] => City -> Random Casing with pakistan cities, duplication
- [5+] => Compose #1 And Unique -> sub-array
Merge []#1 & []#2 => [] -> Unique Elements, Case Agnostic
Merge []#1 & []#2 => ( []i -> Camel []ii -> Lower []iii -> Upper )
Merge CASE#2 => i. camel ii. UPPER iii. lower (Cased Merge) Sort Descending (Sorted)
- Built-In methods not allowed
- RegEx Allowed
- OOP -> Modular