Parses text in the form of:
/ident = value /ident2 = value2 / more text /
Finds the next "Identifier =".
Parses the text into a list of IdentValues. All newlines in text must be converted to '\n'.
Strips off leading and trailing whitespace characters.
Current pointer.
See Implementation
Parses text in the form of: