KoD 1.7.7
- fix di routine ai canali/server\n\n
This commit is contained in:
@@ -17,6 +17,11 @@ def replacement_template(rep, source, span, npar):
|
||||
res += '$'
|
||||
n += 2
|
||||
continue
|
||||
elif rep[n + 1] == '&':
|
||||
# replace with matched string
|
||||
res += source[span[0]:span[1]]
|
||||
n += 2
|
||||
continue
|
||||
elif rep[n + 1] == '`':
|
||||
# replace with string that is BEFORE match
|
||||
res += source[:span[0]]
|
||||
|
||||
Reference in New Issue
Block a user