re

 0    14 speciālā zīme    sir
lejupielādēt mp3 Drukāt spēlēt pārbaudiet sevi
 
jautājums język polski atbilde język polski
Returns a list containing all matches
sākt mācīties
findall
Returns a Match object if there is a match anywhere in the string
sākt mācīties
search
Returns a list where the string has been split at each match
sākt mācīties
split
Replaces one or many matches with a string
sākt mācīties
sub
Every character from the set.
sākt mācīties
[]
"[a-m]"
Signals a special sequence (can also be used to escape special characters)
sākt mācīties
\
"\d"
Any character (except newline character)
sākt mācīties
.
"he... o"
Starts with
sākt mācīties
^
"^hello"
Ends with
sākt mācīties
$
"world$"
Zero or more occurrences
sākt mācīties
*
"aix*"
One or more occurrences
sākt mācīties
+
"aix+"
Exactly the specified number of occurrences
sākt mācīties
{}
"al{2}"
Either or
sākt mācīties
|
"falls|stays"
Capture and group
sākt mācīties
()

Lai ievietotu komentāru, jums jāpiesakās.