i have an array as follows
[ 'category','book id','author book','book
title','price','publication','publication date' ]
i want to replace space between the string elements with underscore. My expected output is
[ 'category','book_id','author_book',
'book_title','price','publication','publication_date' ]