Ignore whiteSpaces in ContainsOnlyFarsiLetters
uthmanrahimi opened this issue · 1 comments
uthmanrahimi commented
I tried to use the ContainsOnlyFarsiLetters
method to check if the user's name is completely Farsi
but I find out that when the string contains whitespaces, this method just returns false
(actually it does its job correctly).
I thought about expanding this method by adding an optional parameter to ignore whitespaces or not.
Thank you.