Assuming beyondthesea is required, the following 2 results were found.
v_MyFormattedString.replaceAll("[^a-z0-9-]+",""); // yields hello-world-123 Email safe string: v_MyString = "somewhere[]@beyondthesea_1.com"; v_MyFormattedString = v_MyString.toLowerCase().trim(); v_MyFormattedString =...
"Joel"); m_CreateContactPerson.put("last_name", "Lipman"); m_CreateContactPerson.put("email", "somewhere@beyondthesea.com"); m_CreateRecord = Map(); m_CreateRecord.put("JSONString",m_CreateContactPerson); r_Response = invokeUrl [ url:...