Using a consistent string delimiter has value: if you search for ['foo'] you will find all instances of the string foo. With inconsistent delimiters, you better have a single canonical 'foo' in your project or you're going to run into problems.
See if you know where this leads before clicking on it: https://xkcd.com/208/
When a string contains strange characters, how do you enforce the single consistent delimiter?
You probably haven't written diverse enough code.