Looks up the given string in the string table and returns its associated value.
the string to look up
the length of s
the string's associated value, or null if the string doesn't exist in the string table
See Implementation
Looks up the given string in the string table and returns its associated value.