how to check that string has only alphabet in csharp

Code Example - how to check that string has only alphabet in csharp

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