You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Extensions session (IsCharacterString()) when I enter space or tap in textbox that check if all characters inside it are only letters not numbers or operators -> give me false state such as:
textbox.Text = Howareyou? -> true
textbox.Text = How are you? -> false
In Extensions session (IsCharacterString()) when I enter space or tap in textbox that check if all characters inside it are only letters not numbers or operators -> give me false state such as:
textbox.Text = Howareyou? -> true
textbox.Text = How are you? -> false