how to check if the value is alphabet only in csharp

Code Example - how to check if the value is alphabet only in csharp

                
                        Regex.IsMatch(input, @"^[a-zA-Z]+%%%~COMPRESS~PRE~0~%%%quot;);