I am grabbing a block of text, and within this block there will be a line containing a phrase that ends with “WITH PASSWORD kEqHqPUd” where kEqHqPUd is a dynamically generated password. What is a simple regular expression for grabbing just the password within this?
I’m using PHP.
The key is the “m” modifier.