79347317

Date: 2025-01-11 00:44:06
Score: 1
Natty:
Report link
public static bool IsUrl(this string url) =>
new Regex("^http(s)?://([\\w-]+.)+[\\w-]+(/[\\w- ./?%&=])?$")
.IsMatch(url);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hossein Bazrafkan