Difference between revisions of "Translations:Manual:Introduction/121/ru"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
You already know <code>(.+)</code> which will match to any and all characters that follow until the end of line or another specific text that you may put in your regex. How about if you only want to match to certain type of characters?
+
Вы уже знаете <code>(.+)</code>, который будет совпадать со всеми символами, идущими до конца строки или другим конкретным текстом, который вы можете вставить в регулярное выражение. Как насчет того, чтобы соответствовать только определенным типам символов?

Latest revision as of 13:37, 10 November 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
You already know <code>(.+)</code> which will match to any and all characters that follow until the end of line or another specific text that you may put in your regex. How about if you only want to match to certain type of characters?

Вы уже знаете (.+), который будет совпадать со всеми символами, идущими до конца строки или другим конкретным текстом, который вы можете вставить в регулярное выражение. Как насчет того, чтобы соответствовать только определенным типам символов?