Skip to content

Commit

Permalink
Merge pull request #28 from Segate-ekb/develop
Browse files Browse the repository at this point in the history
Ослабил условия поиска id. не увидел, где могут быть ложные срабатывания..
  • Loading branch information
theshadowco authored Oct 30, 2023
2 parents 707cb50 + 0155e7e commit 7e74fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

СодержимоеФайла = ФайловыеОперации.ПрочитатьТекстФайла(ИмяФайла);

ПаттернID = ?(EDT, "<id>([0-9]+)<\/id>", "id=\""([0-9]+)\""\/*>");
ПаттернID = ?(EDT, "<id>([0-9]+)<\/id>", "id=\""([0-9]+)\""");

Регексп = Новый РегулярноеВыражение(ПаттернID);
Регексп.ИгнорироватьРегистр = ИСТИНА;
Expand Down

0 comments on commit 7e74fcb

Please sign in to comment.