myName = 'yazeed';

myName.match('e');
// ["e", index: 3, input: "yazeed", groups: undefined]