Returns the canonicalized copy of string without increasing its reference count in the string pool.
The string is not added to the string pool when it's not part of it and null is returned.
The null and empty strings are special cased to constant values.
| string |
string to fetch from the string pool |
|
a canonicalized copy of |