Bonjour,
J'ai un petit probleme avec un String dont je ne veux recuper qu'une partie.
Le string en question est de la forme
{{http://www.alfresco.org/model/content/1.0}sizeCurrent=0, {http://www.alfresco.org/model/content/1.0}userName=, {http://www.alfresco.org/model/content/1.0}presenceProvider=, {http://www.alfresco.org/model/content/1.0}email=, {http://www.alfresco.org/model/content/1.0}organizationId=, {http://www.alfresco.org/model/content/1.0}organization=, {http://www.alfresco.org/model/content/1.0}jobtitle=, {http://www.alfresco.org/model/content/1.0}lastName=BIDULE, {http://www.alfresco.org/model/content/1.0}location=, {http://www.alfresco.org/model/content/1.0}presenceUsername=, {http://www.alfresco.org/model/content/1.0}firstName=MACHIN, {http://www.alfresco.org/model/content/1.0}homeFolder=workspace://SpacesStore/a3f95293-8995-42b9-98b1-f577aed991eb}
Je souhaiterai recuperer les valeurs representant lastName et firstName. Pour cet exemple je voudrais obtenir MACHIN BIDULE.
Quelqu'un aurait-il une idée?
Merci
Partager