Regex Fails to Match Mixed Case File Extensions in Ruby - Need Help with Case Sensitivity
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-12
regex ruby case sensitivity
I'm trying to validate file names using regex in Ruby, but I'm facing issues with matching file extensions that can be in mixed case. For example, I want to mat...