Open lacroutelacroute opened 4 years ago
I believe that an insensitive case option would be a very good thing in the development of this app
Hi, let see the regex in this program var re = regexp.MustCompile((?i)+keys+['\"]?\s?(=|:)\s?['\"]?([^\s"'&]+))
(?i)
['\"]?\s?(=|:)\s?['\"]?([^\s"'&]+)
(?i) mean insensitive case.
I believe that an insensitive case option would be a very good thing in the development of this app