Инструменты пользователя

Инструменты сайта


axapta:funkcija:match

toc

   	== Match ==
==== Syntax ====
 int Match (str pattern,str text)
==== Description ====

Проверяет строку на соответствие шаблону. Шаблон - это РегулярноеВыражение

==== Return value ====

The function returns '1' if the pattern is located in the text string. Otherwise, the function returns '0' (zero).

==== Examples ====
 Match("sen","Andersen")returns the value '1'.
Match("sen","Schmidt")returns the value '0'.
axapta/funkcija/match.txt · Последнее изменение: 2018/04/13 22:43 (внешнее изменение)