re

 0    14 Fiche    sir
скачать mp3 басу ойын өзіңді тексер
 
сұрақ język polski жауап język polski
Returns a list containing all matches
оқуды бастаңыз
findall
Returns a Match object if there is a match anywhere in the string
оқуды бастаңыз
search
Returns a list where the string has been split at each match
оқуды бастаңыз
split
Replaces one or many matches with a string
оқуды бастаңыз
sub
Every character from the set.
оқуды бастаңыз
[]
"[a-m]"
Signals a special sequence (can also be used to escape special characters)
оқуды бастаңыз
\
"\d"
Any character (except newline character)
оқуды бастаңыз
.
"he... o"
Starts with
оқуды бастаңыз
^
"^hello"
Ends with
оқуды бастаңыз
$
"world$"
Zero or more occurrences
оқуды бастаңыз
*
"aix*"
One or more occurrences
оқуды бастаңыз
+
"aix+"
Exactly the specified number of occurrences
оқуды бастаңыз
{}
"al{2}"
Either or
оқуды бастаңыз
|
"falls|stays"
Capture and group
оқуды бастаңыз
()

Пікір қалдыру үшін жүйеге кіру керек.