Parse a Distinguised Name with escape character?
Somebody must have done this before. How can I parse or split a DN with an escape caracter in PeopleCode. 'Split' doesn't seem to be able to handle it.
Example.
cn=Last\, First, ou=peoplesoft, o=la, c=com
Trying to pull the full cn= value. Note backlash escape charcter for fist comma. Suggestions?
0