On the regularity of English Chinese characters

A string composed of English letters and Chinese characters, add a space before and after the English words with regularity. how do you write this regular?

Mar.20,2021

if there is no space in the English alphabet, it is easy:

.replace(/(\w+)/g, " $1 ")
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3afa9-4eebf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3afa9-4eebf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?