WordPress – Regex with any character and maybe a space not working
I am using sed for this, but it is about the same thing with other regex. Trying to get the DB_NAME, which in this case would be test. Also, I can't control if single ('), or double (") quotes are…