Can I separate a string using a a number as the starting point and a comma as the ending point? – Javascript
So here's an example string: CN=John Doe,OU=IT,OU=Management Support Services,OU=Divisions,OU=Accounts,DC=company,DC=com I only need to get the first name out of this string. In this case the name being John Doe. I can't hard code a number of characters in as the…