processIdentifiers is a utility function that wraps illegal identifiers in backticks.

processIdentifiers(identifiers)

Arguments

identifiers

The identifiers that may be illegal.

Value

The identifiers wrapped in backticks (if illegal) or unchanged.