📄 rxreplacer.srf
字号:
<HTML><HEAD>
<TITLE>Regex Replacer</TITLE></HEAD>
<BODY>{{handler RxReplacer.dll/Default}}
<br>
<form name=theForm enctype="multipart/form-data" method=post action=RxReplacer.srf>
<p>
Regular Expresion to look for:<input type=text name=regex size=50> ie: "{hello} {world}" </p>
<p> </p>
<p>
Expresion to substitute it for:<input type=text name=newexp size=50> ie: "$2 $1" (this would
substitute "hello world" with "world hello" in your file) </p>
<p> </p>
<p>
<input type=checkbox name=global checked> Global Substitution(vs first instance)</p>
<p>
<input type=checkbox name=usevars>Substitute Variables
</p>
<p>
<input id=Checkbox1 type=checkbox checked name=casesensitive>Case Sensitive</p>
<p>
<select name=contenttype >
<option value="text/plain" selected>Return as text</option>
<option value="text/html">Return as html</option>
<option value="invalidtype">Return as binary</option>
</select>
<p>
File to Modify
<input type=file name=theFile > </p>
<p>
<input type=submit value="Get Modified File">
</p>
</form>
<br></FORM></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -