Detect if a string contains uppercase characters April 3, 2023 by Tarik You can use LINQ: fullUri.Any(char.IsUpper);