Class: escapeEmailAddress

escapeEmailAddress

new escapeEmailAddress()

Creates an unique identifier for the database based on user email. The database does not allow keys with periods (.) so this function converts periods into commas. This allows us to find the user and update/delete their data (especially private messages) based on their email.
Source:

escapeEmailAddress

new escapeEmailAddress()

Creates an unique identifier for the database based on user email. The database does not allow keys with periods (.) so this function converts periods into commas. This allows us to find the user and update/delete their data (especially private messages) based on their email.
Source: