Regulärer Ausdruck in Python

Der Quellcode lautet wie folgt.

import re

string = "0"
result = re.fullmatch(r'0|1|2', string)

if result:
    print("Match!")
else:
    print("Not Match")

Das Ausführungsergebnis ist wie folgt.

Match!

Vielen Dank für das Lesen bis zum Ende. Lass uns nochmal treffen.

Recommended Posts

Regulärer Ausdruck in Python
Regulärer Ausdruck in regex.h
Python-Memo für reguläre Ausdrücke
Start / End-Match im regulären Python-Ausdruck
Verwenden Sie den let-Ausdruck in Python
Python-Theorie regulärer Ausdruck Anmerkungen
Manipulation regulärer Ausdrücke durch Python
Symbolischer Gruppenname für reguläre Ausdrücke in Python / Ruby
String-Ersetzung durch regulären Python-Ausdruck
Bei Verwendung regulärer Ausdrücke in Python
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Metaprogrammierung mit Python
Python 3.3 mit Anaconda
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
Plink in Python
[Python] Reguläre Ausdrücke Reguläre Ausdrücke
Konstante in Python
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
LINE-Bot [0] in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
nCr in Python.
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Reproduzieren Sie den regulären Python-Ausdruck r '\ w (? U)' in JavaScript
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
Regulärer Ausdruck re
DirectLiNGAM in Python
LiNGAM in Python
In Python reduzieren
In Python flach drücken
Überlappende reguläre Ausdrücke in Python und Java
Verwenden Sie print in Python2 lambda expression
(Python) Hinweise zum Lesen von HTML und zur Verwendung regulärer Ausdrücke
Ersetzen Sie Nicht-ASCII durch reguläre Ausdrücke in Python
Verwenden Sie \ d nicht in regulären Python 3-Ausdrücken!
Verwendung regulärer Ausdrücke in Python