Warning: Undefined array key "DOKU_PREFS" in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/common.php on line 2082
regex_sqlite3 [Les recettes Python de Tyrtamos]

Outils pour utilisateurs

Outils du site


regex_sqlite3

Warning: Undefined array key 3 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1453

Warning: Undefined array key -1 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1458

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
regex_sqlite3 [2015/03/04 10:28]
tyrtamos créée
regex_sqlite3 [2015/03/04 11:11]
tyrtamos
Ligne 1: Ligne 1:
 ====== Ajouter des recherches en expressions régulières à sqlite3 ====== ====== Ajouter des recherches en expressions régulières à sqlite3 ======
  
 +[Python 3]
  
 ===== Problématique ===== ===== Problématique =====
Ligne 14: Ligne 15:
 ==== Fonction regexp ==== ==== Fonction regexp ====
  
-Voilà la 1ère fonction:+Voilà la 1ère fonction. Il faut, bien sûr, importer le module re avant:
  
 <code python>def regexp(motif, item): <code python>def regexp(motif, item):
Ligne 105: Ligne 106:
 Amusez-vous bien! Amusez-vous bien!
  
 +<html>
 +<head>
 +<style type="text/css">
 +<!--
 +body {background-image:url(fondcorps.jpg);}
 +-->
 +</style>
 +</head>
 +<body>
 +</body>
 +</html>
  
  
regex_sqlite3.txt · Dernière modification: 2015/03/04 11:11 de tyrtamos