From 8a15e97dd817622c48479fedd786987626b3fdc1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 23 Oct 2021 11:01:34 +0000 Subject: [PATCH] Update content of files --- data/corefork.telegram.org/api/pattern.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/corefork.telegram.org/api/pattern.html b/data/corefork.telegram.org/api/pattern.html index b9683002e2..3cfed6a211 100644 --- a/data/corefork.telegram.org/api/pattern.html +++ b/data/corefork.telegram.org/api/pattern.html @@ -44,7 +44,7 @@

Same with email verification codes.

In all cases, the pattern is a string of the same length as the string to verify: and matching is as simple as checking if all chars in the source string are the same as in the pattern string. Some chars in the pattern string may be censored using an asterisk *, in this case any char in the source string is considered valid.

-

The pattern string can also be a single astrisk, in this case all patterns are considered valid.

+

The pattern string can also be a single asterisk, in this case all patterns are considered valid.

If the source string is a phone number, it has to be sanitized first to include only the following chars: 0123456789.

Example implementation: telegram for android.