Get recipient requirements

📘

Regex Usage

If you are using the regex in a programming language that requires double backslashes (like Ruby or Java), then the response is already the correct regex.

However, if you are using it directly in a regex engine (like JavaScript or Python), you would need to replace the double backslashes \\ with single backslash \.

Language
Click Try It! to start a request and see the response here!