" Extract the email address from a string (without using RegEx)
Given a string containing one email address, create a workflow to extract the email address without using regular expressions.
Note: For input please use a String variable with the following value “Please use the following address to contact me john.doe@localcompany.com, it’s the company email" "
but when you use the solution given, it uses another phrase ( “Please use the following address to contact me john.doe@localcompany.com on the company email") , so the output is correct, giving "john.doe@localcompany.com " but if you substitute the phrase with one who was given, the result is : “john.doe@localcompany.com,”