mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Do not change L to I in "l-l-let's"
This commit is contained in:
parent
8e4015a4ad
commit
0a6cb6ce79
@ -3379,7 +3379,8 @@
|
|||||||
<RegEx find="\bI KEA\b" replaceWith="IKEA" />
|
<RegEx find="\bI KEA\b" replaceWith="IKEA" />
|
||||||
<RegEx find="\b(A|a)m (l|1)\b" replaceWith="$1m I" />
|
<RegEx find="\b(A|a)m (l|1)\b" replaceWith="$1m I" />
|
||||||
<RegEx find="\b1 00K\b" replaceWith="100K" />
|
<RegEx find="\b1 00K\b" replaceWith="100K" />
|
||||||
<RegEx find="\bl\b" replaceWith="I" />
|
<RegEx find="(\bl\b)(?!-)" replaceWith="I" />
|
||||||
|
<RegEx find="\bl-l-I\b" replaceWith="I-I-I" />
|
||||||
<RegEx find="\. lt\b" replaceWith=". It" />
|
<RegEx find="\. lt\b" replaceWith=". It" />
|
||||||
<RegEx find="\. lf\b" replaceWith=". If" />
|
<RegEx find="\. lf\b" replaceWith=". If" />
|
||||||
<RegEx find="(\p{Ll})('II)([ \r\n])" replaceWith="$1'll$3" />
|
<RegEx find="(\p{Ll})('II)([ \r\n])" replaceWith="$1'll$3" />
|
||||||
|
Loading…
Reference in New Issue
Block a user