How should I modify the following such that the accented letter É is matched and the expression returns True?
StringMatchQ["Éta", RegularExpression["[a-zA-Z]+"]]
|
How should I modify the following such that the accented letter
|
||||
|
|
One possibility:
|
|||||||
|