Company: Intuit_21_jan
Difficulty: medium
Bash: Pattern Matching body { font-family: sans-serif; line-height: 1.6; color: #333; } h1 { color: #2c3e50; } h2 { color: #34495e; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-top: 20px; } pre { background-color: #f4f4f4; padding: 10px; border-radius: 5px; overflow-x: auto; } code { font-family: 'Courier New', Courier, monospace; background-color: #eef; padding: 2px 4px; border-radius: 3px; } .example-block, .sample-case { background-color: #f9f9f9; border: 1px solid #ddd; padding: 15px; margin-bottom: 15px; border-radius: 5px; } .example-block h3, .sample-case h3 { margin-top: 0; color: #555; } .input-output { display: flex; gap: 20px; margin-top: 10px; } .input-output div { flex: 1; } .input-output h4 { margin-bottom: 5px; color: #666; } Bash: Pattern Matching Problem Description Given an array of strings, count the strings that contain at least one uppercase character and output the result to STDOUT. Example my_array = ["FirstWord", "Word2", "thirdword"] The match_upp