Is there a known standard technique to parse a mailto
URL string into components using a C
program? Or should I do it manually using C
string library with my own logic?
mailto:[email protected]?subject=This%20is%20the%20subject&[email protected]&body=This%20is%20the%20body
Is there a way to do it using regex APIs?