Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Доработать метод проверки строки на соответствие шаблону, поддержать многострочные значения #1909

Closed
alkoleft opened this issue Mar 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alkoleft
Copy link
Contributor

Необходимо доработать метод СтрокаСоответствуетШаблону, так чтобы он мог сопоставлять многострочные значения.

Например, этот код должен вернуть истину

ПроверяемаяСтрока = 
"Съешь
|ещё
|этих
|французских
|булок";

Возврат Ванесса.СтрокаСоответствуетШаблону(ПроверяемаяСтрока, "Съешь*булок");
alkoleft added a commit to alkoleft/vanessa-automation that referenced this issue Mar 30, 2023
* включает переносы строк и прочие символы
@Pr-Mex Pr-Mex added the enhancement New feature or request label Mar 30, 2023
@Pr-Mex
Copy link
Owner

Pr-Mex commented Sep 23, 2023

Решено.

@Pr-Mex Pr-Mex closed this as completed Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants