mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
make them case-insensitive too
This commit is contained in:
parent
525f44c9c5
commit
9ed9ec79cc
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ from anki.db import *
|
||||||
from anki.utils import checksum, genID
|
from anki.utils import checksum, genID
|
||||||
from anki.lang import _
|
from anki.lang import _
|
||||||
|
|
||||||
regexps = ("(\[sound:([^]]+)\])",
|
regexps = ("(?i)(\[sound:([^]]+)\])",
|
||||||
"(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?)")
|
"(?i)(<img[^>]+src=[\"']?([^\"'>]+)[\"']?[^>]?)")
|
||||||
|
|
||||||
# Tables
|
# Tables
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue