Skip to main content
added 2 characters in body
Source Link
Georg Plaz
  • 6k
  • 5
  • 43
  • 66

This is clean and simple.

Regex.IsMatch(file, fileNamestr, RegexOptions.IgnoreCase)

This is clean and simple.

Regex.IsMatch(file,fileNamestr,RegexOptions.IgnoreCase)

This is clean and simple.

Regex.IsMatch(file, fileNamestr, RegexOptions.IgnoreCase)
deleted 3 characters in body
Source Link
johnnyRose
  • 7.5k
  • 17
  • 43
  • 61

This is clean and simple.

   Regex.IsMatch(file,fileNamestr,RegexOptions.IgnoreCase)

This is clean and simple.

   Regex.IsMatch(file,fileNamestr,RegexOptions.IgnoreCase)

This is clean and simple.

Regex.IsMatch(file,fileNamestr,RegexOptions.IgnoreCase)
Source Link
takirala
  • 2k
  • 2
  • 17
  • 36

This is clean and simple.

   Regex.IsMatch(file,fileNamestr,RegexOptions.IgnoreCase)