I have the following value:
Code:
<dn>AccountName=testid9,AccountContainerName=Accounts,DirectoryName=isnb2dv1,NamespaceName=AccessControl,dc=DOM1</dn>
I want to parse that, and display only the information after the equal sign and before the comma for the DirectoryName piece, in the example isnb2dv1.
How can I do that? Is there a way?