convert all characters to lowercase php code example
Example 1: convert an array to uppercase or lowercase js
var fruits = ["Banana", "Orange", "Apple", "Mango"];
undefined
string = fruits.join(' ').toUpperCase();
// Output"BANANA ORANGE APPLE MANGO"
Example 2: remove ascii characters from string ruby
s.delete!("^\u{0000}-\u{007F}")