I want to search for the YouTube channels with the given channel name.
Exact match with double quotation doesn't satisfy my need.
For example, when the given channel name is "ABC", I only want to retrieve channels with the name "ABC", and I don't want to retrieve channels with names such as "ABCD" or "ABCReadyGo" or "HiABC" or etc.
How can I do it?
Thanks for your help!