Skip to content

Instantly share code, notes, and snippets.

@kuntashov
Created September 4, 2021 21:32
Show Gist options
  • Save kuntashov/232857d8b5b52afbb71f4ed3a33106b5 to your computer and use it in GitHub Desktop.
Save kuntashov/232857d8b5b52afbb71f4ed3a33106b5 to your computer and use it in GitHub Desktop.
Регулярка для получения количества голосов
ШаблонРазбора = "<div class=""item-user-name.*?"">((?:.|\s)*?)<\/div>(?:.|\s)*?<span class=""event-like-item-title"">(.*?)<\/span>(?:.|\s)*?<a href=.*class=""item-section"">(.*?)<\/a>(?:.|\s)*?<span class=""plus"">(.*?)<\/span>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment