Is it posible to check if a string contains a substring with locale support?
'Ábc'.contains('A') should be true.
Javascript now has the string.prototype.localeCompare() for string comparison with locale support but I cannot see the localeContains() counterpart.
 
     
     
     
    