You can use strtolower() to convert any string to lowercase.

BY Best Interview Question ON 21 Apr 2019

Example

strtolower('Best Interview Questions');
// OUTPUT: best interview questions