Check current args entry against opt string. If it matches exactly, take the next arg as a string; if it matches as a prefix with an equal sign, take the remainder as a string; otherwise return 0.
See Implementation
Check current args entry against opt string. If it matches exactly, take the next arg as a string; if it matches as a prefix with an equal sign, take the remainder as a string; otherwise return 0.