﻿"b.クリップボード 消去", ClipboardData.ClearData();t2;
"b.クリップボード 空白1桁", ClipboardData.SetData(" ");t2;
"", ''
"n 文書のファイル名 copy", c=editor.ActiveDocument.Name;if(c===""){c="無題";}ClipboardData.SetData(c);t2;
"n 文書のフルパス名 copy", c=editor.ActiveDocument.FullName;if(c===""){c="無題";}ClipboardData.SetData(c);t2;
"", ''
"Current Date() (2011-05-12(Wed) 06:01)", var today=new Date();var da,yy,mm,dd,aa,hh;da=today.toString();yy=da.slice(-4);mm=da.substr(4,3);dd=parseInt(dd=da.substr(8,2),10).toString().pad_zero(2);aa=da.substr(0,3);hh=da.slice(-22,-17).trim();Status=c=(yy+'-'+mm.word_varies()+'-'+dd+'('+aa+') '+hh);ClipboardData.SetData(c);tx=1;c;
"Current Date() (2011-05-12(水) 06:01:59)", var today=new Date();var da,yy,mm,dd,aa,hh;da=today.toString();yy=da.slice(-4);mm=da.substr(4,3);dd=parseInt(dd=da.substr(8,2),10).toString().pad_zero(2);aa=da.substr(0,3);hh=da.slice(-22,-13).trim();Status=c=(yy+'-'+mm.word_varies()+'-'+dd+'('+aa.word_varies()+') '+hh);ClipboardData.SetData(c);tx=1;c;
"Current Date() (12)", var today=new Date();var da,dd;da=today.toString();dd=parseInt(dd=da.substr(8,2),10).toString().pad_zero(2);Status=c=(dd);ClipboardData.SetData(c);tx=1;c;
"Current Date() (12(水))", var today=new Date();var da,dd,aa;da=today.toString();dd=parseInt(dd=da.substr(8,2),10).toString().pad_zero(2);aa=da.substr(0,3);Status=c=(dd+'('+aa.word_varies()+')');ClipboardData.SetData(c);tx=1;c;
"Current Date() (Wed)", var today=new Date();var da,dd,aa;da=today.toString();dd=parseInt(dd=da.substr(8,2),10).toString().pad_zero(2);aa=da.substr(0,3);Status=c=('('+aa+')');ClipboardData.SetData(c);tx=1;c;
"Current Date() (Wed May 12 06:01:59 UTC+0900 2011)", var today=new Date();Status=c=today.toString();ClipboardData.SetData(c);tx=1;c;
"Current Time() (06:01)", var today=new Date();var da,hh;da=today.toString();hh=da.slice(-22,-17).trim();Status=c=(hh);ClipboardData.SetData(c);tx=1;c;
"Current Time() (06:01:59)", var today=new Date();var da,hh;da=today.toString();hh=da.slice(-22,-13).trim();Status=c=(hh);ClipboardData.SetData(c);tx=1;c;
"InsertDate (2011/05/12 00:00)", s.InsertDate(meDateDateTime);"";
"InsertDate (00:00 2011/05/12)", s.InsertDate(meDateTimeDate);"";
"w 何曜日? (水)", var da,yy,mm,dd,aa="";da=t2.unedit();if(!isNaN(da)&&da.length===8){aa=(new Date(parseInt(da.substr(0,4),10),parseInt(da.substr(4,2),10)-1,parseInt(da.substr(6,2),10))).toString().substr(0,3).word_varies();aa='('+aa+')';};t2+aa;
"What day of the week? (Wed)", var da,yy,mm,dd,aa="";da=t2.unedit();if(!isNaN(da)&&da.length===8){aa=(new Date(parseInt(da.substr(0,4),10),parseInt(da.substr(4,2),10)-1,parseInt(da.substr(6,2),10))).toString().substr(0,3);aa='('+aa+')';};t2+aa;
"", ''
"ファイル一覧 (文書フォルダ)", var fs=new ActiveXObject("Scripting.FileSystemObject");var mp=document.Path;if(mp===""){mp=editor.FullName.replace(/Mery\.exe/i,"")+"My Macros\\itokusu\\";}var fo=fs.GetFolder(mp),fc=new Enumerator(fo.Files),ci,ds="";for(fc.moveFirst();!fc.atEnd();fc.moveNext()){ci=fc.item();ds+=(ci.Name+"\n");}ds=ds+"\nPath..[ "+mp+" ]  Count of files..[ "+fo.Files.Count+" ]\n";fc=new Object(null);var sc=new Enumerator(fo.SubFolders);ds+="\n";for(sc.moveFirst();!sc.atEnd();sc.moveNext()){ci=sc.item();ds+=(ci.Name+"\n");}ds=ds+"\nPath..[ "+mp+" ]  Count of subfolders..[ "+fo.SubFolders.Count+" ]\n";editor.ActiveDocument.Saved=ss;"";editor.NewFile();with(editor.ActiveDocument){Encoding=meEncodingUTF8;Write(ds);selection.StartOfDocument(false);Saved=true;}sc=new Object(null);"";
"Command Prompt (文書フォルダ)", var ws=new ActiveXObject("WScript.Shell");var mp=document.Path;if(mp===""){mp=editor.FullName.replace(/Mery\.exe/i,"")+"My Macros\\itokusu\\";}var l="cmd.exe /T:f5/K \"cd "+mp+"\"";"";ws.Run(l);"";
"Explorer (文書フォルダ)", var ws=new ActiveXObject("WScript.Shell");var mp=document.Path;if(mp===""){mp=editor.FullName.replace(/Mery\.exe/i,"")+"My Macros\\itokusu\\";}var l="explorer.exe /e,/n,\""+mp+"\"";"";ws.Run(l);"";
"Desktop (User)", var ws=new ActiveXObject("WScript.Shell");var l="shell:Desktop";"";ws.Run(l);
"", ''
"URL Search next (次のURLを検索)", s.Find("(?=https?:\/\/)|(?=file:\/\/)|(?:(?<!h)(?=ttps?:\/\/))", 19);"";
"URL Open (カーソル位置のURL)", s.OpenLink();
"URL Copy ( .. )", s.CopyLink();
"Run or URL Open (範囲)", var ws=new ActiveXObject("WScript.Shell");var c0=(ClipboardData.GetData()||"");if(!s.IsEmpty){c=s.Text;}else{ClipboardData.ClearData();s.CopyLink();c=(ClipboardData.GetData()||"");}if(c===""&&c0!==""){c=c0;}if(c!==""){"";ws.Run(c);}"";
"", ''
"Google.com in English", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.google.com/search?hl=en&q="+encodeURIComponent(t2)+"&source=hp&ie=utf-8&oe=utf-8&channel=suggest");"";
"URL Send to Irvine (範囲)", var c0=(ClipboardData.GetData()||"");if(!s.IsEmpty){c=s.Text;}else{ClipboardData.ClearData();s.CopyLink();c=(ClipboardData.GetData()||"");}if(c===""&&c0!==""){c=c0;}if(c!==""){"";try{var irvine=new ActiveXObject("Irvine.api");}catch(e){irvine=null;}if(irvine){irvine.Download(c,0);}else{alert("Irvineがありません");}}"";
"v <img src=範囲 の検索", s.Find("(?:(?<=(?:<img src=|<link rel=\"image_src\" href=))[\\\"\\\'][^\\\"\\\']+(?<!\\.(?:gif|png))[\\\"\\\'](?=[^>]*\\/?>))|(?:(?<= src=)[\\\"\\\'][^\\\"\\\']+\\.jpg[\\\"\\\'](?=[^>]*\\/?>))", 19);"";
"v WebPreview.html <img src=範囲", var c0=(ClipboardData.GetData()||"");if(c0===""){alert("クリップボードにURLなし");}else{var ac=c0.split("\r\n");var ie0=ac.length - 1;if(ac[ie0]===""){--ie0;ac.pop();}var tt=ac[ie0];if(/[^\"\']+\:\/\/[^\/\"\']+\//.test(tt)){var tt1=tt.replace(/([^\"\']+\:\/\/[^\/\"\']+(?:\/~[^\/\"\']+)?)\/(.*\/)?([^\.\/\"\']*(?:\.[^\/]+)?)[\"\']?$/, "$1");var tt2=tt.replace(/([^\"\']+\:\/\/[^\/\"\']+.*\/)([^\.\/\"\']*(?:\.[^\/]+)?)[\"\']?$/, "$1");var tt0=t2.replace(/[ \"\']/g,"");var pn=editor.FullName.replace(/Mery\.exe/i,"")+"Plugins\\WebPreview.html";var ds="<html><head><base href=\""+tt1+"\/\" target=\"_self\" /></head><body>\n<table frame=\"box\" rules=\"cols\"><tr>\n<td><img height=\"200\" src=\""+tt0+"\" /></td>\n<td><img height=\"200\" src=\""+tt1+tt0+"\" /></td>\n<td><img height=\"200\" src=\""+tt2+tt0+"\" /></td>\n</tr></table></body></html>\n";"";editor.NewFile();with (editor.ActiveDocument){Encoding=meEncodingUTF8;Write(ds);selection.StartOfDocument(false);Saved=true;Save(pn);}}}"";
"", ''
"DecodeURI", decodeURI(t2)
"DecodeURIComponent (utf-8)", decodeURIComponent(t2)
"DecodeURICompoSjis (Shift_JIS)", decodeURICompoSjis(t2)
"DecodeURICompoUnicode (Unicode) UTF-16", decodeURICompoUnicode(t2)
"DecodeURICompoJis (iso-2022-jp) JIS", decodeURICompoJis(t2)
"DecodeURICompoEucjp (EUC-JP)", decodeURICompoEucjp(t2)
"", ''
"EncodeURI", encodeURI(t2)
"EncodeURIComponent (utf-8)", encodeURIComponent(t2)
"EncodeURICompoSjis (Shift_JIS)", encodeURICompoSjis(t2)
"EncodeURICompoUnicode (Unicode BOM) UTF-16 UCS-2 BOM BE", encodeURICompoUnicode(t2)
"EncodeURICompoUnicode (Unicode) UTF-16BE UCS-2", encodeURICompoUnicode(t2,true)
"EncodeURICompoJis (iso-2022-jp) JIS", encodeURICompoJis(t2)
"EncodeURICompoEucjp (EUC-JP)", encodeURICompoEucjp(t2)
"Google news検索 Atom", var ss=t2.replace(/\n$/,"").replace(/\n/g," ");ss='\nhttp://www.google.co.jp/news/search?hl=ja&ned=us&output=atom&num=210&ict=itn8&ie=UTF-8&oe=UTF-8&q='+encodeURIComponent(ss)+'\n';(t2.replace(/\n$/,""))+ss;
"", ''
"Speak (範囲) with punct.", pn=editor.FullName.replace(/Mery\.exe/i,"")+"Plugins\\Speak.wav";try{var v=new ActiveXObject("Speech.SpVoice");var af=new ActiveXObject("Speech.SpAudioFormat");var fs=new ActiveXObject("Speech.SpFileStream");}catch(e){var v=new ActiveXObject("SAPI.SpVoice");var af=new ActiveXObject("SAPI.SpAudioFormat");var fs=new ActiveXObject("SAPI.SpFileStream");}var vc=v.GetVoices().Count-1;if(vc>=0){vc=0;v.Voice=v.GetVoices().Item(vc);v.Rate=-1;v.Volume=50;af.Type=22;fs.Format=af;if(s.IsEmpty){v.Speak("The quick brown fox jumped over the lazy dog.",64);}else{v.Speak(t2,64);fs.Open(pn,3);v.AudioOutputStream=fs;v.Speak(t2,0);fs.Close();}};"";
"Spoken recall w/o punct.", pn=editor.FullName.replace(/Mery\.exe/i,"")+"Plugins\\Speak.wav";try{var v=new ActiveXObject("Speech.SpVoice");var af=new ActiveXObject("Speech.SpAudioFormat");var fs=new ActiveXObject("Speech.SpFileStream");}catch(e){var v=new ActiveXObject("SAPI.SpVoice");var af=new ActiveXObject("SAPI.SpAudioFormat");var fs=new ActiveXObject("SAPI.SpFileStream");}var vc=v.GetVoices().Count-1;if(vc>=0){vc=0;v.Voice=v.GetVoices().Item(vc);v.Rate=-1;v.Volume=50;af.Type=22;fs.Format=af;fs.Open(pn,0);v.SpeakStream(fs,0);fs.Close();};"";
"", ''
"o 選択文字列を含む行を検索", if(!s.IsEmpty){t2=t2.replace(/([^ A-Za-z0-9\u0080-\uffff])/g,"\\$1");s.Find("(?:^.*?"+t2+".*(\\n|$))", 19);}"";
"o 選択文字列を含まない行を検索", if(!s.IsEmpty){t2=t2.replace(/([^ A-Za-z0-9\u0080-\uffff])/g,"\\$1");s.Find("(?:^((?!"+t2+").)+(\\n|$))", 19);}"";
"o 選択文字列を含まない文字列を検索", if(!s.Is.Empty){t2=t2.replace(/([^ A-Za-z0-9\u0080-\uffff])/g,"\\$1");s.Find("(?:^(?!"+t2+").+?(?:(?!"+t2+").)*)|(?:(?<="+t2+")(?:.+?(?:.(?="+t2+"))))|(?:(?<="+t2+")(?:.(?<!"+t2+"))+$)", 19);}"";
"", ''
"d 選択文字列を含む行を削除",  var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(!s.IsEmpty){fl|=meReplaceSelOnly|meReplaceAll;t2=t2.replace(/([^ A-Za-z0-9\u0080-\uffff])/g,"\\$1");r=s.Replace("(?:^.*?"+t2+".*(\\n|$)",'',fl)", 19);}"";
"d 選択文字列を含まない行を削除",  var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(!s.IsEmpty){fl|=meReplaceSelOnly|meReplaceAll;t2=t2.replace(/([^ A-Za-z0-9\u0080-\uffff])/g,"\\$1");r=s.Replace("(?:^((?!"+t2+").)+(\\n|$))","",fl);}"";
"", ''
"t <div>..</div>検索", s.Find(pa_tag("div",false), 19);"";
"t <p>..</p>検索", s.Find(pa_tag("p"), 19);"";
"t <span>..</span>検索", s.Find(pa_tag("span"), 19);"";
"t <h1>..</h1>～<h6>..</h6>検索", s.Find(pa_tag("h[1-6]"), 19);"";
"t <table>..</table>検索", s.Find(pa_tag("table"), 19);"";
"t <script>..</script>検索", s.Find(pa_tag("script"), 19);"";
"t <input />検索 引用符除外", s.Find(pa_tag("input", true), 19);"";
"_c 全文字数 (改行,サロゲートペア,IVS は１文字)", Status=Editor.ActiveDocument.Text.replace(/[\udc00-\udfff]|(?:\udb40[\udd00-\uddef])/g,"").length+"文字";t2;
"_v [対象]を順にたしかめ", alert("["+t2+"]");t2;
"_v charCodeAt (Unicode)", var ca=c,tt="",xx;if(s.IsEmpty){s.CharRight(true, 32);t2=s.Text;}for(var i=0;i<t2.length;i++){xx=t2.charCodeAt(i).toString(16);if(xx.length===3||xx.length===1){xx="0"+xx;}tt+=xx+(xx.length-2?"":"  ")+((i+1)%16?" ":"\n");}ca+="\n"+tt;ClipboardData.SetData(ca);alert(tt);"";
"_v charSjisAt (Shift_JIS)", var ca=c,tt="",xx;if(s.IsEmpty){s.CharRight(true, 32);t2=s.Text;}for(var i=0;i<t2.length;i++){xx=t2.charSjisAt(i).toString(16);if(xx.length===3||xx.length===1){xx="0"+xx;}tt+=xx+(xx.length-2?"":"  ")+((i+1)%16?" ":"\n");}ca+="\n"+tt;ClipboardData.SetData(ca);alert(tt);"";
"_v charJisAt (JIS)", var ca=c,tt="",xx;if(s.IsEmpty){s.CharRight(true, 32);t2=s.Text;}for(var i=0;i<t2.length;i++){xx=t2.charJisAt(i).toString(16);if(xx.length===3||xx.length===1){xx="0"+xx;}tt+=xx+(xx.length-2?"":"  ")+((i+1)%16?" ":"\n");}ca+="\n"+tt;ClipboardData.SetData(ca);alert(tt);"";
"_v charEucjpAt (EUC-JP)", var ca=c,tt="",xx;if(s.IsEmpty){s.CharRight(true, 32);t2=s.Text;}for(var i=0;i<t2.length;i++){xx=t2.charEucjpAt(i).toString(16);if(xx.length===3||xx.length===1){xx="0"+xx;}tt+=xx+(xx.length-2?"":"  ")+((i+1)%16?" ":"\n");}ca+="\n"+tt;ClipboardData.SetData(ca);alert(tt);"";
"_", ''
"_a ASCII コード表 (Shift_JIS 可視文字)", nc={0x00:0,0x10:0,0x80:0,0x90:0,0xe0:0,0xf0:0};tt="\n__ "+charStrRange("","0","9","A","F")+"\n";for(cf=0x00;cf<0xff;cf+=0x10){tt+=(!cf?"00":cf.toString(16))+" "+(cf in nc?"":charStrRange("s",cf).replace(/^\uf8f0/," "))+"\n";}
"_a ASCII 制御コード 31字(0x01-0x20)", cf=0x00,tt="";for(cf=0x01;cf<0x1f;cf+=0x10){tt+=charStrRange("s",cf)+"\n";}
"_a 範囲を ^A 制御コード 1字に(@A-Z[\]^_ 0x00-0x1f)", cc=t2.slice(0,1);String.fromCharCode(cc.charCodeAt(0)&0x0000001f);
"_r charStrRange (en, cf, ct [, cf, ct]...)", try{tt=eval("charStrRange("+t2.replace(/^\(|\)$/g,"")+");");}catch(e){t2;}
"_s strAppendMM (最小最大コード字の末尾追加)", t2.strAppendMM();
"_", ''
"_s Unicode 全文字表（UCS-2 BMP)", var cs="\n";for(var cc=0x0020;cc<0xffff;cc+=0x0010){cs+=(cc<0x1000?("00"+cc.toString(16)).slice(-4):cc.toString(16))+":";cs+=String.fromCharCode(cc,cc+1,cc+2,cc+3,cc+4,cc+5,cc+6,cc+7,cc+8,cc+9,cc+10,cc+11,cc+12,cc+13,cc+14,cc+15)+"\n";}cs;
"_s Unicode 全文字表（UCS-4 Plane01 SMP)", var cs="\n";var spu="",spl="";for(var cc=0x00010000;cc<0x0001ffff;cc+=0x0010){cs+=(cc<0x10000?("0"+cc.toString(16)).slice(-5):cc.toString(16))+":";spu=(0x0000d800|((cc-0x00010000)>>10));spl=(0x0000dc00|(cc&0x000003ff));cs+=String.fromCharCode(spu,spl,spu,spl+1,spu,spl+2,spu,spl+3,spu,spl+4,spu,spl+5,spu,spl+6,spu,spl+7,spu,spl+8,spu,spl+9,spu,spl+10,spu,spl+11,spu,spl+12,spu,spl+13,spu,spl+14,spu,spl+15)+"\n";}cs;
"_s Unicode 全文字表（UCS-4 Plane02 SIP)", var cs="\n";var spu="",spl="";for(var cc=0x00020000;cc<0x0002ffff;cc+=0x0010){cs+=(cc<0x10000?("0"+cc.toString(16)).slice(-5):cc.toString(16))+":";spu=(0x0000d800|((cc-0x00010000)>>10));spl=(0x0000dc00|(cc&0x000003ff));cs+=String.fromCharCode(spu,spl,spu,spl+1,spu,spl+2,spu,spl+3,spu,spl+4,spu,spl+5,spu,spl+6,spu,spl+7,spu,spl+8,spu,spl+9,spu,spl+10,spu,spl+11,spu,spl+12,spu,spl+13,spu,spl+14,spu,spl+15)+"\n";}cs;
"_s Unicode 全文字表（UCS-4 Plane14 SSP)", var cs="\n";var spu="",spl="";for(var cc=0x000e0000;cc<0x000effff;cc+=0x0010){cs+=(cc<0x10000?("0"+cc.toString(16)).slice(-5):cc.toString(16))+":";spu=(0x0000d800|((cc-0x00010000)>>10));spl=(0x0000dc00|(cc & 0x000003ff));cs+=String.fromCharCode(spu,spl,spu,spl+1,spu,spl+2,spu,spl+3,spu,spl+4,spu,spl+5,spu,spl+6,spu,spl+7,spu,spl+8,spu,spl+9,spu,spl+10,spu,spl+11,spu,spl+12,spu,spl+13,spu,spl+14,spu,spl+15)+"\n";}cs;
"_s Unicode 全文字表（UCS-4 Plane15 PUA-A)", var cs="\n";var spu="",spl="";for(var cc=0x000f0000;cc<0x000fffff;cc+=0x0010){cs+=(cc<0x10000?("0"+cc.toString(16)).slice(-5):cc.toString(16))+":";spu=(0x0000d800|((cc-0x00010000)>>10));spl=(0x0000dc00|(cc&0x000003ff));cs+=String.fromCharCode(spu,spl,spu,spl+1,spu,spl+2,spu,spl+3,spu,spl+4,spu,spl+5,spu,spl+6,spu,spl+7,spu,spl+8,spu,spl+9,spu,spl+10,spu,spl+11,spu,spl+12,spu,spl+13,spu,spl+14,spu,spl+15)+"\n";}cs;
"_s Unicode 全文字表（UCS-4 Plane16 PUA-B)", var cs="\n";var spu="",spl="";for(var cc=0x00100000;cc<0x0010ffff;cc+=0x0010){cs+=(cc<0x10000?("0"+cc.toString(16)).slice(-5):cc.toString(16))+":";spu=(0x0000d800|((cc-0x00010000)>>10));spl=(0x0000dc00|(cc&0x000003ff));cs+=String.fromCharCode(spu,spl,spu,spl+1,spu,spl+2,spu,spl+3,spu,spl+4,spu,spl+5,spu,spl+6,spu,spl+7,spu,spl+8,spu,spl+9,spu,spl+10,spu,spl+11,spu,spl+12,spu,spl+13,spu,spl+14,spu,spl+15)+"\n";}cs;
"_", ''
"_s fromCharStrJis (JIS から文字列に)", fromCharStrJis(t2);
"_s fromCharStrUtf8 (utf-8 から文字列に)", fromCharStrUtf8(t2);
"_s fromCharStrUtf16 (utf-16 Base64 から文字列に)", fromCharStrUtf16(t2);
"_s fromCharStrUtf7 (utf-7 から文字列に)", fromCharStrUtf7(t2);
"_", ''
"_s charStrJis (文字列を JIS に)", charStrJis(t2);
"_s charStrUtf8 (文字列を utf-8 に)", charStrUtf8(t2);
"_s charStrUtf16 (文字列を utf-16 Base64 に)", charStrUtf16(t2);
"_s charStrUtf16 (文字列を utf-16 Base64 utf-7 に)", charStrUtf16(t2,true);
"_s charStrUtf7 (文字列を utf-7 Set_D に)", charStrUtf7(t2);
"_s charStrUtf7 (文字列を utf-7 Set_D Set_O Space に)", charStrUtf7(t2,true);
"_", ''
"_e unEscape (utf-16 BE)", unescape(t2);
"_e Escape (utf-16 BE)", escape(t2);
"_", ''
"_b DecodeBase64Sjis (Shift_JIS)", decodeBase64Sjis(t2);
"_b DecodeBase64Jis (iso-2022-jp JIS)", decodeBase64Jis(t2);
"_b DecodeBase64Eucjp (EUC-JP)", decodeBase64Eucjp(t2);
"_b DecodeBase64Utf8 (utf-8)", decodeBase64Utf8(t2);
"_b DecodeBase64Utf16 (utf-16 BE)", decodeBase64Utf16(t2);
"_b DecodeBase64Utf7 (utf-7)", decodeBase64Utf7(t2);
"_", ''
"_b EncodeBase64Sjis (Encode Shift_JIS MIME)", encodeBase64Sjis(t2);
"_b EncodeBase64Jis (Encode iso-2022-jp JIS MIME)", encodeBase64Jis(t2);
"_b EncodeBase64Eucjp (Encode EUC-JP MIME)", encodeBase64Eucjp(t2);
"_b EncodeBase64Utf8 (Encode utf-8 MIME)", encodeBase64Utf8(t2);
"_b EncodeBase64Utf16 (Encode utf-16 BE MIME)", encodeBase64Utf16(t2);
"_b EncodeBase64Utf7 (Encode utf-7 MIME)", encodeBase64Utf7(t2,false);
"_", ''
"_b EncodeBase64Sjis (Shift_JIS)", encodeBase64Sjis(t2,false);
"_b EncodeBase64Jis (iso-2022-jp JIS)", encodeBase64Jis(t2,false);
"_b EncodeBase64Eucjp (EUC-JP)", encodeBase64Eucjp(t2,false);
"_b EncodeBase64Utf8 (utf-8)", encodeBase64Utf8(t2,false);
"_b EncodeBase64Utf16 (utf-16 BE)", encodeBase64Utf16(t2,false);
"_b EncodeBase64Utf7 (utf-7)", encodeBase64Utf7(t2,false,false);
"_", ''
"_q DecodeQuotedPrintableSjis (Shift_JIS)", decodeQuotedPrintableSjis(t2);
"_q DecodeQuotedPrintableJis (iso-2022-jp JIS)", decodeQuotedPrintableJis(t2);
"_q DecodeQuotedPrintableEucjp (EUC-JP)", decodeQuotedPrintableEucjp(t2);
"_q DecodeQuotedPrintableUtf8 (utf-8)", decodeQuotedPrintableUtf8(t2);
"_", ''
"_p 空行の検索", s.Find("(?:^\\n+)", 19);"";
"_p 空白だけ行の検索", s.Find("(?:^[ \\t\\x{3000}]+(\\n|$(?!\\n)))", 19);"";
"_p 空行と空白だけ行の検索", s.Find("(?:^[ \\t\\x{3000}]*(\\n|$))", 19);"";
"_p 行末の空白の検索", s.Find("(?:[ \\t\\x{3000}]+$)", 19);"";
"_p 連続する重複行の検索", s.Find("(?:((^.+?)\\n)\\1*(?=\\2(\\n|$)))", 19);"";
"_", ''
"_p 閉じていない丸括弧 () の検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\((?:(?:(?:(?!\\()(?!\\))[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\()(?!\\))[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\))?)))\\k<a+1>\\z", 19);"";
"_p 閉じていない波括弧 {} の検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\{(?:(?:(?:(?!\\{)(?!\\})[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\{)(?!\\})[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\})?)))\\k<a+1>\\z", 19);"";
"_p 閉じていない小括弧 [] の検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\[(?:(?:(?:(?!\\[)(?!\\])[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\[)(?!\\])[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\])?)))\\k<a+1>\\z", 19);"";
"_p 閉じていない山括弧 <> の検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\<(?:(?:(?:(?!\\<)(?!\\>)[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\<)(?!\\>)[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\>)?)))\\k<a+1>\\z", 19);"";
"_p 閉じていないタグの検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\<(?<t>\\w+\\b)[^\\<]*(?<!\\x{0020}\\/)\\>(?:(?:(?:(?!\\<\\k<t-0>)(?!\\<\\/\\k<t-0>\\>)[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\<\\k<t-0>)(?!\\<\\/\\k<t-0>\\>)[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\<\\/\\k<t-0>\\>)?)))\\k<a+1>\\z", 19);"";
"_p 閉じていない複数行コメント(入れ子)の検索", s.Find("(?=(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\/\\*(?:(?:(?:(?!\\/\\*)(?!\\*\\/)[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\/\\*)(?!\\*\\/)[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\*\\/)?)))\\k<a+1>\\z", 19);"";
"_", ''
"_p 引用符の組の検索", s.Find("(?<!^\\\\|[^\\\\]\\\\)(?:([\"'`])(?:(?:(?!\\1)[^\\\\\\n])|(?:\\\\[^\\n]))*?\\1)", 19);"";
"_p 複数行コメント(入れ子)の検索", s.Find("(?<!^\\\\|[^\\\\]\\\\)(?<a>(?:\\/\\*(?:(?:(?:(?!\\/\\*)(?!\\*\\/)[^\\\\])|(?:\\\\[\\s\\S]))*\\g<a>?(?:(?:(?!\\/\\*)(?!\\*\\/)[^\\\\])|(?:\\\\[\\s\\S]))*)+(?:\\*\\/)?))", 19);"";
"_p JavaScript正規表現リテラルの検索", s.Find("(?<!^\\\\|[^\\\\]\\\\|/)(?<=[\\(=\\s]|^)(?:(?<a>\\/)(?![*/])(?:(?:(?!\\k<a>)[^\\\\\\n])|(?:\\\\[^\\n])|(?<!^\\\\|[^\\\\]\\\\)(?:(?:[\\[])(?:(?:(?!\\])[^\\\\\\n])|(?:\\\\[^\\n]))*?\\]))*?\\k<a>)(?=[gimy]{,4}\\x{0020}*(?:[\\),.;=\\}\\n]|\\/\\/))", 19);"";
"_", ''
"_p Markdown強調(※◎含む)の検索", s.Find("(?:(?=(?:(?:(?<![*\\\\()\\[\\]])(?<z1>\\*)(?<a1>[^\\\\\\n*() \\t　])(?<b1>(?:(?<c1>\\k<z1>\\k<z1>+?)|(?:[^*\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a1>)(?<d1>\\k<z1>(?![*()\\[\\]])))(?:\\g<c1>|(?:(?<e1>[ \\t　])\\g<d1>)|(?:\\\\[^\\n])|(?:[^*\\\\\\n]))*?)+?$)(?<![*\\\\])\\k<z1>(?:\\g<a1>|(?:\\\\[^\\n]))\\g<b1>(?<!\\*|\\g<e1>)\\g<d1>)|(?:(?=(?:(?<![\\S_\\\\])(?<z2>_)(?<a2>[^\\\\\\n_ \\t　])(?<b2>(?:(?<c2>\\k<z2>\\k<z2>+?)|(?:(?!\\k<z2>)[^\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a2>)(?<d2>\\k<z2>(?!\\S))))(?<![\\S_\\\\])\\k<z2>(?:\\g<a2>|(?:\\\\[^\\n]))\\g<b2>(?<!_|[ \\t　])\\g<d2>)|(?:(?=(?:(?:(?<![*\\\\])(?<y3>(?<z3>\\*)\\k<z3>)(?<a3>[^\\\\\\n* \\t　])(?<b3>(?:(?<c3>\\k<z3>\\k<z3>+?)|(?:(?!\\k<y3>)[^\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a3>)(?<d3>\\k<y3>(?!\\k<z3>)))(?:\\g<c3>|(?:(?<e3>[ \\t　])\\g<d3>)|(?:\\\\[^\\n])|(?:(?!\\k<y3>)[^\\\\\\n]))*?)+?$)(?<![*\\\\])\\k<y3>(?:\\g<a3>|(?:\\\\[^\\n]))\\g<b3>(?<!\\*|\\g<e3>)\\g<d3>)|(?:(?=(?:(?:(?<![_\\\\])(?<y4>(?<z4>_)\\k<z4>)(?<a4>[^\\\\\\n_ \\t　])(?<b4>(?:(?<c4>\\k<y4>\\k<z4>+?)|(?:(?!\\k<y4>)[^\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a4>)(?<d4>\\k<y4>(?!\\k<z4>)))(?:\\g<c4>|(?:(?<e4>[ \\t　])\\g<d4>)|(?:\\\\[^\\n])|(?:(?!\\k<y4>)[^\\\\\\n]))*?)+?$)(?<![_\\\\])\\k<y4>(?:\\g<a4>|(?:\\\\[^\\n]))\\g<b4>(?<!_|\\g<e4>)\\g<d4>)|(?:(?=(?:(?:(?<![*\\\\])(?<y5>(?<z5>\\*)\\k<z5>\\k<z5>)(?<a5>[^\\\\\\n* \\t　])(?<b5>(?:(?<c5>\\k<y5>\\k<z5>+?)|(?:(?!\\k<y5>)[^\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a5>)(?<d5>\\k<y5>(?!\\k<z5>)))(?:\\g<c5>|(?:(?<e5>[ \\t　])\\g<d5>)|(?:\\\\[^\\n])|(?:(?!\\k<y5>)[^\\\\\\n]))*?)+?$)(?<![*\\\\])\\k<y5>(?:\\g<a5>|(?:\\\\[^\\n]))\\g<b5>(?<!\\*|\\g<e5>)\\g<d5>)|(?:(?=(?:(?:(?<![_\\\\])(?<y6>(?<z6>_)\\k<z6>\\k<z6>)(?<a6>[^\\\\\\n_ \\t　])(?<b6>(?:(?<c6>\\k<y6>\\k<z6>+?)|(?:(?!\\k<y6>)[^\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a6>)(?<d6>\\k<y6>(?!\\k<z6>)))(?:\\g<c6>|(?:(?<e6>[ \\t　])\\g<d6>)|(?:\\\\[^\\n])|(?:(?!\\k<y6>)[^\\\\\\n]))*?)+?$)(?<![_\\\\])\\k<y6>(?:\\g<a6>|(?:\\\\[^\\n]))\\g<b6>(?<!_|\\g<e6>)\\g<d6>)|(?:(?=(?:(?:(?<![※\\\\()\\[\\]])(?<z7>※)(?<a7>[^\\\\\\n※ \\t　])(?<b7>(?:(?<c7>\\k<z7>\\k<z7>+?)|(?:[^※\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a7>)(?<d7>\\k<z7>(?![※()\\[\\]])))(?:\\g<c7>|(?:(?<e7>[ \\t　])\\g<d7>)|(?:\\\\[^\\n])|(?:[^※\\\\\\n]))*?)+?$)(?<![※\\\\])\\k<z7>(?:\\g<a7>|(?:\\\\[^\\n]))\\g<b7>(?<!※|\\g<e7>)\\g<d7>)|(?:(?=(?:(?:(?<![◎\\\\()\\[\\]])(?<z8>◎)(?<a8>[^\\\\\\n◎ \\t　])(?<b8>(?:(?<c8>\\k<z8>\\k<z8>+?)|(?:[^◎\\\\\\n])|(?:\\\\[^\\n]))*?)(?<=\\g<a8>)(?<d8>\\k<z8>(?![◎()\\[\\]])))(?:\\g<c8>|(?:(?<e8>[ \\t　])\\g<d8>)|(?:\\\\[^\\n])|(?:[^◎\\\\\\n]))*?)+?$)(?<![◎\\\\])\\k<z8>(?:\\g<a8>|(?:\\\\[^\\n]))\\g<b8>(?<!◎|\\g<e8>)\\g<d8>)", 19);"";
"_p Markdown見出し(Headers)の検索", s.Find("\(\?<=\|#\|##\|###\|#{4}\|#{5}\)#\[ \\t\]\[\^\\n\]\*\?\(\?:\(\?:\[ \\t\]#\(\?=#\*\?\[\^#\]\)\)\|\\n\|\$\)", 19);"";
"_p Markdown引用(Quoted)の検索", s.Find("\^\(\?:\(\?:\\>\[ \\t\]\)\*\?\\>\(\?:\(\?:\[ \\t\]\(\?=\[\^>\]\|\$\)\)\|\\n\|\$\)\)", 19);"";
"_p Markdownリスト(Bulleted)の検索", s.Find("\(\?:\(\?:\^\|\^\(\?:  \|\\t\)\+\)\[\*\+\-\]\(\?:\(\?:\[ \\t\]\(\?=\[\^\\\*\+\-\]\)\)\(\?!\[ \\t\]\*\?\\n\)\)\)", 19);"";
"_p Markdownリスト(Numbered)の検索", s.Find("\(\?:\(\?<=\^\|\[ \\t\]\)\(\?:\(\?:  \[0\-9\]\)\|\(\?: \[0\-9\]{2}\)\|\(\?:\[0\-9\]{3}\)\|\(\?:\(\?<!\[ \\t\]\)\[0\-9\]\)\|\(\?:\(\?<!\[ \\t\]\)\[0\-9\]{2}\)\)\\\.\[ \\t\]\(\?!\[ \\t\]\*\?\\n\)\)", 19);"";
"_p Markdown改行(Line Breaks)の検索", s.Find("\(\?:\(\?<=\^\|\[\^ \\t\]\)\[ \\t\]{2,}\$\)", 19);"";
"_", ''
"_d 空行の削除", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace("(?:^\\n+)","",fl);'';
"_d 空白だけ行の削除", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace("(?:^[ \\t\\x{3000}]+(\\n|$(?!\\n)))","",fl);'';
"_d 空行と空白だけ行の削除", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace("(?:^[ \\t\\x{3000}]*(\\n|$))","",fl);'';
"_d 行末の空白の削除", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace("(?:[ \\t\\x{3000}]+$)","",fl);'';
"_d 連続する重複行の削除", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace("(?:((^.+?)\\n)\\1*(?=\\2(\\n|$)))","",fl);'';
"_d 空白から範囲(行)の終端まで削除", t2.replace(/[ \t\u3000\xa0].*([\r\n]{0,2})$/g,"$1");
"_", ''
'_u 両端に " "', '"'+t2+'"';
"_u 両端に ' '", "'"+t2+"'";
"_u 両端に 《 》", "《"+t2+"》";
"_u 両端に貼り付け", lc=rc="";if(c!==""){ac=c.split(/[\s\u3000\xa0]+/, 4);ie=ac.length-1;if(ac[ie]===""){--ie;ac.pop();}if(ie===1){lc=ac[0];rc=ac[1];}else if(ie===0){lc=rc=ac[0];}}lc+t2+rc;
"_d 両端を削除", t2.replace(/^[^\n]((?:.+\n?.*)+)[^\n]([\n]?)$/, "$1$2");
"_", ''
"_c 特定の文字をエスケープ", t2.esc_x5c();
"_e 範囲の文字参照をエンティティ参照に", t2.replace(/(?!&amp;|&lt;|&gt;|&quot;|&apos;)([&<>"'])/g,function(str,p1,offset,s){var aSpeCh={'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;','\'':'&apos;'};return(aSpeCh[p1]);});
"_e 範囲の文字参照をエンティティ参照に（重ねて）", t2.replace(/([&<>"'])/g,function(str,p1,offset,s){var aSpeCh={'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;','\'':'&apos;'};return(aSpeCh[p1]);});
"_e 範囲のエンティティ参照を文字参照に", t2.replace(/(&amp;|&lt;|&gt;|&quot;|&apos;)/g,function(str,p1,offset,s){var aEntRe={'&amp;':'&','&lt;':'<','&gt;':'>','&quot;':'"','&apos;':'\''};return(aEntRe[p1]);});
"_", ''
"_n 連番の準備 (10から開始 10刻み増加 左ゼロ詰め)", c="(n=10):(n+=10)";ClipboardData.SetData(c);
"_n 連番の準備 (10から開始 10刻み増加 6桁左ゼロ詰め)", c="((n=10).toString().pad_zero(6)):((n+=10).toString().pad_zero(6))";ClipboardData.SetData(c);
"_n 連番の準備 (1から開始 7刻み増加 4桁左空白詰め)", c="((n=1).toString().pad_zero(4,' ')):((n+=7).toString().pad_zero(4,' '))";ClipboardData.SetData(c);
"_", ''
"_x 範囲の列を行に", t2.replace(/[ \t\u3000\xa0\x2c\x3b]+/g, "\n")
"_x 範囲の行を列に", t2.replace(/[\r\n]+/g, " ")
"_x クリップボードの列を行に", var ca=c.replace(/[ \t\u3000\xa0\x2c\x3b]+/g, "\n");ClipboardData.SetData(ca);t2;
"_x クリップボードの行を列に", var ca=c.replace(/[\r\n]+/g, " ");ClipboardData.SetData(ca);t2;
"_x 範囲の文字を行に", t2.replace(/(.)/g, "$1\n")
"_x 範囲の行を文字列に", t2.replace(/[\r\n]+/g, "")
"_x クリップボードの文字を行に", var ca=c.replace(/(.)/g, "$1\n");ClipboardData.SetData(ca);t2;
"_x クリップボードの行を文字列に", var ca=c.replace(/[\r\n]+/g, "");ClipboardData.SetData(ca);t2;
"_", ''
"_y 行頭から行末、範囲が境、前後に逆に", nx=1;n0=t3+t2+t1;"";
"_y カッコ内だけ、範囲が境、前後に逆に", nx=(t1.trim(131)+t3.trim(33)).column()+1;n0=(((t1.trim(131)+t3.trim(33)+t2+t1.trim(31)).replace(/[\r\n]+/g,""))+t3.trim(133));"";
"_", ''
"_j カッコとコンマと演算子の空白(a, b)揃え", t2.replace(/(?:([\(\[\{])[ \t\u3000\xa0]+)|(?:[ \t\u3000\xa0]+([\)\]\}\;]))/g,"$1$2").replace(/([^\+\-\*\/\%\=]+)[ \t\u3000\xa0]*([\+\-\*\/\%\=][\=]?)[ \t\u3000\xa0]*([^\+\-\*\/\%\=]+)/,"$1 $2 $3").replace(/[ \t\u3000\xa0]*([\,])[ \t\u3000\xa0]*/g,"$1 ").trim();
"_", ''
"_p 改行を <p>..</p> タグに", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace('^(.*)$','<p>\\1</p>',fl);'';
"_p </p> タグに改行を", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace('(?:</p>)|(?:<p>)','\\n',fl);'';
"_", ''
"_r 傍点の ［＃「.」に傍点］ を <ruby> タグに", if(s.IsEmpty){s.SelectAll();t2=s.Text;nx=tx=ty=1;bx=s.GetBottomPointX(mePosView);by=s.GetBottomPointY(mePosView);}t2.replace(/([^\u0000-\u007f\uff61-\uff9f]+)［＃「\1」に傍点］/g,function(str,p1,offset,s){return('<ruby><rb>'+p1+'</rb><rt>'+(p1.replace(/./g,'\ufe45'))+'</rt></ruby>');});
"_r 傍点の  <ruby> タグ を ［＃「.」に傍点］に", if(s.IsEmpty){s.SelectAll();t2=s.Text;nx=tx=ty=1;bx=s.GetBottomPointX(mePosView);by=s.GetBottomPointY(mePosView);}t2.replace(/<ruby><rb>([^\u0000-\u007f\uff61-\uff9f]+)((?:<span .+?<\/span>)?)([^\u0000-\u007f\uff61-\uff9f]*)<\/rb><rt>[\ufe45]+<\/rt><\/ruby>/g,"$1$2$3［＃「$1$3」に傍点］");
"_", ''
"_r ルビの 《るび》 を <ruby> タグに", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace('(?:(?:(?<=[\\p{Han}\\p{Hiragana}\\p{Katakana}ー])(｜)((?:[\\p{Han}\\p{Katakana}ーゐゑヰヱカケヶ])+?))|(?:(?<=\\A|[\\p{^Han}&&[^｜]])((?:[\\p{Han}ゐゑヰヱカケヶ]|(?:<span .+?</span>))+?)))《([\\p{Hiragana}\\p{Katakana}ー\\x{3000}[:graph:]]+?)》','<ruby><rb>\\2\\3</rb><rp>《</rp><rt>\\4</rt><rp>》</rp></ruby>',fl);'';
"_r ルビの <ruby> タグを 《るび》 に", var fl,r;fl=meFindReplaceCase|meFindReplaceRegExp;if(s.IsEmpty){fl|=meReplaceAll;}else{fl|=meReplaceSelOnly|meReplaceAll;}r=s.Replace('((?<=[\\p{Han}ゐゑヰヱカケヶ])<ruby>(?:\\n?<rb>)?((?:[\\p{Han}\\p{Katakana}ーゐゑヰヱカケヶ]|(?:<span .+?</span>))+?)(?:</rb>)?(?:\\n?<rp>.*?</rp>)?<rt>([\\p{Hiragana}\\p{Katakana}ー\\x{3000}[:graph:]]+?)</rt>(?:\n?<rp>.*?</rp>)?</ruby>)','｜\\1',fl);r=s.Replace('<ruby>(?:\\n?<rb>)?((?:[\\p{Han}\\p{Katakana}ーゐゑヰヱカケヶ]|(?:<span .+?</span>))+?)(?:</rb>)?(?:\\n?<rp>.*?</rp>)?<rt>([\\p{Hiragana}\\p{Katakana}ー\\x{3000}[:graph:]]+?)</rt>(?:\n?<rp>.*?</rp>)?</ruby>','\\1《\\2》',fl);'';
"_", ''
"_reverse", t2.repeat(-1)
"_f number_format_s", t2.number_format_s()
"_f number_format_s (1,234,567.00)", t2.number_format_s(2)
"_f number_format_s (1,234千)", t2.number_format_s(-3)+"千"
"_f date_format_s (yyyy-mm-dd)", t2.date_format_s()
"_f date_format_s (yyyy/mm/dd)", t2.date_format_s("/")
"_f date_format_s (yyyy年mm月dd日)", t2.date_format_s("年","月","日")
"_f date_format_s (yyyyねんmmがつddにち)", t2.date_format_s("ねん","がつ","にち")
"_f date_format_s (hh:mm:ss)", t2.date_format_s(":")
"_f date_format_s (hh時mm分)", t2.date_format_s("時","分")
"_f unedit", t2.unedit()
"_unit_conv_s", t2.unit_conv_s()
"_z pad_zero (4桁左ゼロ詰め)", t2.pad_zero(4)
"_z pad_zero (8桁右ピリオド詰め)", t2.pad_zero(-8, ".")
"_", ''
"_trim (左右)", t2.trim(9)
"_ttrim (中 空白なし、左右)", t2.trim(0)
"_ltrim (左)", t2.trim(1)
"_mtrim (中 空白なし)", t2.trim(2)
"_rtrim (右)", t2.trim(3)
"_", ''
"_trim (trimmed part)", t2.trim(109)
"_ttrim (trimmed part)", t2.trim(100)
"_ltrim (trimmed part)", t2.trim(101)
"_mtrim (trimmed part)", t2.trim(102)
"_rtrim (trimmed part)", t2.trim(103)
"_", ''
"_trims (中 空白1桁、左右)", t2.trim(19)
"_ttrims (中 空白1桁、左右)", t2.trim(10)
"_ltrims (中 空白1桁、左)", t2.trim(11)
"_mtrims (中 空白1桁)", t2.trim(12)
"_rtrims (中 空白1桁、右)", t2.trim(13)
"_", ''
"_trims (中 空白なし、左右)", t2.trim(29)
"_ttrims (中 空白なし、左右)", t2.trim(20)
"_ltrims (中 空白なし、左)", t2.trim(21)
"_mtrims (中 空白なし)", t2.trim(22)
"_rtrims (中 空白なし、右)", t2.trim(23)
"_", ''
"_p.trim (カッコ内 左右)", t2.trim(39)
"_p.ttrim (カッコ内 中 空白なし、左右)", t2.trim(30)
"_p.ltrim (カッコ内 左)", t2.trim(31)
"_p.mtrim (カッコ内 中 空白なし)", t2.trim(32)
"_p.rtrim (カッコ内 右)", t2.trim(33)
"_", ''
"_p.trim (trimmed part)", t2.trim(139)
"_p.ttrim (trimmed part)", t2.trim(130)
"_p.ltrim (trimmed part)", t2.trim(131)
"_p.mtrim (trimmed part)", t2.trim(132)
"_p.rtrim (trimmed part)", t2.trim(133)
"/a Amazon.co.jp (Japan)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.co.jp/gp/search?__mk_ja_JP="+encodeURICompoSjis('カタカナ')+"&index=blended&field-keywords="+encodeURICompoSjis(t2));"";
"/a Amazon.com (United States)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.com/gp/search?index=blended&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.co.uk (United Kingdom)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.co.uk/gp/search?index=blended&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.de (Germany)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.de/s?__mk_de_DE="+encodeURIComponent('ÅMÅZÕÑ')+"&url=search-alias%%3Daps&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.it (Italy)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.it/s?__mk_it_IT="+encodeURIComponent('ÅMÅZÕÑ')+"&url=search-alias%%3Daps&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.fr (France)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.fr/s?__mk_fr_FR="+encodeURIComponent('ÅMÅZÕÑ')+"&url=search-alias%%3Daps&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.ca (Canada)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.ca/s?url=search-alias%%3Daps&field-keywords="+encodeURIComponent(t2));"";
"/a Amazon.cn (China)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.amazon.cn/s?__mk_zh_CN="+encodeURIComponent('亚马逊网站')+"&url=search-alias%%3Daps&field-keywords="+encodeURIComponent(t2));"";
"/", ''
"/g Google翻訳 to English", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://translate.google.com/#auto|en|"+encodeURIComponent(t2));"";
"/g Google翻訳 to Japanese", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://translate.google.com/#auto|ja|"+encodeURIComponent(t2));"";
"/", ''
"/c Currency Converter (Google)", var a,u,ua=new Array();ua={"C$":"CAD","CDN$":"CAD","HK$":"HKD","£":"GBP","₤":"GBP","L":"GBP","€":"EUR","A$":"AUD","AU$":"AUD","Rp":"IDR","₨":"INR","Rs":"INR","руб.":"RUB","Р.":"RUB","RM":"MYR","R$":"BRL","₱":"PHP","P":"PHP","₫":"VND","元":"CNY","圓":"CNY","W":"KRW","₩":"KRW","원":"KRW","\\":"JPY","￥":"JPY","円":"JPY","金円":"JPY","$":"USD","US$":"USD"};a=t2.replace(/^\D*([\d\.\,]*\d+)\D*/,'$1').replace(/\,(?=\d{2}$)/,'\.').replace(/[\.\,](?=\d{3})/g,'');u=t2.replace(/^(\D*)[\d\.\,]*\d+(\D*)/,'$1$2').replace(/\s+/g,'').toString();u=(ua[u]===undefined?u:ua[u].toString());var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.google.com/finance/converter?to="+(u==="JPY"?"USD":"JPY")+"&from="+u+"&a="+a);"";
"/c Currency Converter (Yahoo!)", var a,u,ua=new Array();ua={"C$":"CAD","CDN$":"CAD","HK$":"HKD","£":"GBP","₤":"GBP","L":"GBP","€":"EUR","A$":"AUD","AU$":"AUD","Rp":"IDR","₨":"INR","Rs":"INR","руб.":"RUB","Р.":"RUB","RM":"MYR","R$":"BRL","₱":"PHP","P":"PHP","₫":"VND","元":"CNY","圓":"CNY","W":"KRW","₩":"KRW","원":"KRW","\\":"JPY","￥":"JPY","円":"JPY","金円":"JPY","$":"USD","US$":"USD"};a=t2.replace(/^\D*([\d\.\,]*\d+)\D*/,'$1').replace(/\,(?=\d{2}$)/,'\.').replace(/[\.\,](?=\d{3})/g,'');u=t2.replace(/^(\D*)[\d\.\,]*\d+(\D*)/,'$1$2').replace(/\s+/g,'').toString();u=(ua[u]===undefined?u:ua[u].toString());var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://finance.yahoo.com/currency-converter/#to="+(u==="JPY"?"USD":"JPY")+";from="+u+";amt="+a);"";
"/", ''
"/e 英辞郎(すべての語)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"/UTF-8/?ref=wl#q");"";
"/e 英辞郎(どれかの語)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'|'))+"/UTF-8/?ref=wl#q");"";
"/e 英辞郎(フレーズ固定)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"/UTF-8/?ref=wl#q");"";
"/", ''
"/e 英辞郎(変化形 - すべての語)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'] ['))+"]/UTF-8/?ref=id#q");"";
"/", ''
"/e 英辞郎(変化形 - どれかの語)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,']|['))+"]/UTF-8/?ref=wl#q");"";
"/e 英辞郎(変化形 - 両端のみ)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/^ +| +$/g,'').replace(/^([^ ]+).*( [^ ]+)$/,'$1$2').replace(/ /,'] ['))+"]/UTF-8/?ref=hk#q");"";
"/e 英辞郎(変化形 - フレーズ固定)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/\x22["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'] ['))+"]\x22/UTF-8/?ref=hk#q");"";
"/", ''
"/e 英辞郎(変化形 - フレーズ両端のみ - 間１語以上)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/\x22["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/^ +| +$/g,'').replace(/^([^ ]+).*( [^ ]+)$/,'$1$2').replace(/ /,'] {1,} ['))+"]\x22/UTF-8/?ref=hk#q");"";
"/", ''
"/e 英辞郎(変化形 - フレーズ両端のみ - 間０語以上)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/\x22["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/^([^ ]+).*( [^ ]+)$/,'$1$2').replace(/ /,'] {0,} ['))+"]\x22/UTF-8/?ref=hk#q");"";
"/e 英辞郎(変化形 - フレーズ全語順 - 間０語以上)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://eow.alc.co.jp/\x22["+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'] * ['))+"]\x22/UTF-8/?ref=hk#q");"";
"/", ''
"/j 大辞泉(～で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p="+encodeURIComponent(t2.replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&dtype=0&dname=0na&stype=0#select-dic");"";
"/j 大辞林(～で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dic.yahoo.co.jp/dsearch?enc=UTF-8&p="+encodeURIComponent(t2.replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&dtype=0&dname=0ss&stype=0#select-dic");"";
"/y yahoo辞書検索(～で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dic.search.yahoo.co.jp/search?stype=prefix&ei=UTF-8&p="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&r_dtype=all#Sf");"";
"/y yahoo辞書検索(～を解説に含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dic.search.yahoo.co.jp/search?stype=full&ei=UTF-8&p="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&r_dtype=all#Sf");"";
"/y yahoo辞書検索(～を含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dic.search.yahoo.co.jp/search?stype=partial&ei=UTF-8&p="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&r_dtype=all#Sf");"";
"/", ''
"/g goo辞書すべて(～で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"/m0u/#tabArea");"";
"/g goo辞書すべて(～を説明文に含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"/m3u/#tabArea");"";
"/g goo辞書すべて(～を見出し語に含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"/m6u/#tabArea");"";
"/", ''
"/k kotobank用語", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://kotobank.jp/search/result?q="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&t=0#search_switch");"";
"/k kotobank英和・和英(～で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://kotobank.jp/ejsearch/result?q="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&t=0#search_switch");"";
"/k kotobank英和・和英(～で終わる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://kotobank.jp/ejsearch/result?q="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&t=1#search_switch");"";
"/k kotobank英和・和英(～を含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://kotobank.jp/ejsearch/result?q="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&t=2#search_switch");"";
"/k kotobank英和・和英(～で一致する)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://kotobank.jp/ejsearch/result?q="+encodeURIComponent(t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&t=3#search_switch");"";
"/", ''
"/l OneLook(Find definitions - wildcard ?(one) *(any) #(consonant) @(vowel))", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"&ls=a");"";
"/l OneLook(Find translations)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"&ls=c");"";
"/l OneLook(Search all dictionaries)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"&ls=b");"";
"/l OneLook(Find phrases)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w=**"+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"**&ls=b");"";
"/l OneLook(Expand acronyms)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w="+encodeURIComponent(t2="expand:"+t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"");"";
"/", ''
"/l OneLook(Reverse Dictionary - Describe concept)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://onelook.com/?w=*&loc=revfp2&clue="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"");"";
"/", ''
"/l Longman Online Dictionary of Contemporary English(LODCE)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.ldoceonline.com/search/?q="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+').replace(/^([^\+]+(\+[^\+]+){0,9})(\+.*)?$/,'$1'))+"#q");"";
"/", ''
"/r Yahoo! Education - Reference", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://education.yahoo.com/reference/?s="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"#left_col");"";
"/r Yahoo! Education - Reference(AND)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://education.yahoo.com/reference/?s="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"#left_col");"";
"/", ''
"/w Merriam-Webster(Dictionary)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.merriam-webster.com/dictionary/"+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"#content");"";
"/w Merriam-Webster(Thesaurus)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.merriam-webster.com/thesaurus/"+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"#content");"";
"/w Merriam-Webster(Medical)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://www.merriam-webster.com/medical/"+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,'').replace(/ /g,'+'))+"#content");"";
"/", ''
"/o weblio英和和英(と一致する)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://ejje.weblio.jp/content_find?query="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&searchType=exact&x=0&y=0#topicWrp");"";
"/o weblio英和和英(で始まる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://ejje.weblio.jp/content_find?query="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&searchType=prefix&x=0&y=0#topicWrp");"";
"/o weblio英和和英(を含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://ejje.weblio.jp/content_find?query="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&searchType=contains&x=0&y=0#topicWrp");"";
"/o weblio英和和英(で終わる)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://ejje.weblio.jp/content_find?query="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&searchType=suffix&x=0&y=0#topicWrp");"";
"/o weblio英和和英(を解説文に含む)", var ws=new ActiveXObject("WScript.Shell");"";ws.Run("http://ejje.weblio.jp/content_find?query="+encodeURIComponent(t2=t2.replace(/\-+ *[\r\n]+(?=.)/g,'').replace(/[\s\x22\x27\x3c\x3e\x7c\xa0\u0020\u3000\x2e\x2c]+/g,' ').replace(/^ +| +$/g,''))+"&searchType=text&x=0&y=0#topicWrp");"";
"/", ''
"/n アラビア語(ヒンディー)数字の置換", if(s.IsEmpty){s.SelectAll();t2=s.Text;nx=tx=ty=1;bx=s.GetBottomPointX(mePosView);by=s.GetBottomPointY(mePosView);}if(/[0-9۰۱۲۳۴۵۶۷۸۹]/.test(t2)){t2.replace(/([0-9۰۱۲۳۴۵۶۷۸۹]+)/g,function(str,p1,offset,s){var da=new Array();da={"0":"۰","1":"۱","2":"۲","3":"۳","4":"۴","5":"۵","6":"۶","7":"۷","8":"۸","9":"۹","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};var r="";var d=p1.toString();for(var i=0;i<d.length;i++){r+=da[d.charAt(i)];}return r;});}else{"";}
"/", ''
"/k 半角カナ文字 63字", var tt=charStrRange("",0xff61,0xff9f);tt+t2;
"/k 半角カナ文字の検索 63字", s.Find("[｡｢｣､･ｦｧｨｩｪｫｬｭｮｯｰｱｲｳｴｵｶｷｸｹｺｻｼｽｾｿﾀﾁﾂﾃﾄﾅﾆﾇﾈﾉﾊﾋﾌﾍﾎﾏﾐﾑﾒﾓﾔﾕﾖﾗﾘﾙﾚﾛﾜﾝﾞﾟ]", 19);"";
"/k 第2バイト5C文字(\) 42字(Shift_JIS)", '―ソЫⅨ噂浬欺圭構蚕十申曾箪貼能表暴予禄兔喀媾彌拿杤歃濬畚秉綵臀藹觸軆鐔饅鷭偆砡纊犾'+t2;
"/k 第2バイト5C文字(\)の検索 42字(Shift_JIS)", s.Find("[―ソЫⅨ噂浬欺圭構蚕十申曾箪貼能表暴予禄兔喀媾彌拿杤歃濬畚秉綵臀藹觸軆鐔饅鷭偆砡纊犾]", 19);"";
"/k 機種依存文字 447字(Shift_JIS, Windows-31J)", var tt="",csr=charStrRange;tt+=csr("s",0x8740,0x875d);tt+=csr("s",0x875f,0x8775);tt+=csr("s",0x877e,0x877e);tt+=csr("s",0x8780,0x878f);tt+=csr("s",0x8793,0x8794);tt+=csr("s",0x8798,0x8799);tt+=csr("s",0xed40,0xed7e);tt+=csr("s",0xed80,0xedfc);tt+=csr("s",0xee40,0xee7e);tt+=csr("s",0xee80,0xeeec);tt+=csr("s",0xeeef,0xeef8);tt+=csr("s",0xeefa,0xeefc);tt+t2;
"/k 機種依存文字の検索 447字(Shift_JIS, Windows-31J)", s.Find("[①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡㍻〝〟№㏍℡㊤㊥㊦㊧㊨㈱㈲㈹㍾㍽㍼∮∑∟⊿纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ￤＇＂]", 19);"";
"/k JIS X 0208内 (元)機種依存文字の検索 10字(Shift_JIS, Windows-31J)", s.Find("[≒≡∫√⊥∠∵∩∪￢]", 19);"";
"/", ''
"/k JIS X 0208外 要注意H22常用漢字 4字(Unicode)", '𠮟剝塡頰'+t2;
"/k JIS X 0208外 要注意H22常用漢字の検索 4字(Unicode)", s.Find("[剝塡頰]|𠮟", 19);"";
"/k JIS X 0208内 要注意H22常用漢字置換先の検索 4字(Shift_JIS, Windows-31J)", s.Find("[叱剥填頬]", 19);"";
"/k JIS X 0208外 要注意H22常用漢字の強行置換 4字(JIS X0208内へ)", if(s.IsEmpty){s.SelectAll();t2=s.Text;nx=tx=ty=1;bx=s.GetBottomPointX(mePosView);by=s.GetBottomPointY(mePosView);}if(/[剝塡頰]|𠮟/.test(t2)){t2.replace(/𠮟/g,"叱").replace(/([剝塡頰]+)/g,function(str,p1,offset,s){var da=new Array();da={"剝":"剥","塡":"填","頰":"頬"};var r="";var d=p1.toString();for(var i=0;i<d.length;i++){r+=da[d.charAt(i)];}return r;});}else{"";}
"/k H22削除の常用漢字の検索 5字(Shift_JIS, Windows-31J)", s.Find("[銑錘勺匁脹]", 19);"";
"/k JIS X 0208内 要注意H22常用漢字への置換※ 4字(JIS X0208外へ)", if(s.IsEmpty){s.SelectAll();t2=s.Text;nx=tx=ty=1;bx=s.GetBottomPointX(mePosView);by=s.GetBottomPointY(mePosView);}if(/[叱剥填頬]/.test(t2)){t2.replace(/叱/g,"𠮟").replace(/([剥填頬]+)/g,function(str,p1,offset,s){var da=new Array();da={"剥":"剝","填":"塡","頬":"頰"};var r="";var d=p1.toString();for(var i=0;i<d.length;i++){r+=da[d.charAt(i)];}return r;});}else{"";}
"/", ''
"/h 半角(基本ラテン 半角カナ) (0020-007f)(ff61-ff9f)の検索", s.Find("[\\x{0020}-\\x{007f}\\x{ff61}-\\x{ff9f}]", meFindReplaceCase|meFindReplaceRegExp|meFindNext);"";
"/h 全角(基本ラテン 半角カナ除くすべて)の検索", s.Find("[^\\x{0000}-\\x{001f}\\x{0020}-\\x{007f}\\x{ff61}-\\x{ff9f}]", 19);"";
"/h 半角(Unicode MSゴシックで半角幅)の検索", s.Find("[^\\x{0000}-\\x{001f}\\x{00a7}\\x{00a8}\\x{00b0}\\x{00b1}\\x{00b4}\\x{00b6}\\x{00d7}\\x{00f7}\\x{01cd}-\\x{01dc}\\x{01f5}\\x{0370}-\\x{0451}\\x{0b00}-\\x{1fff}\\x{2001}\\x{2003}\\x{2015}\\x{2016}\\x{2018}\\x{2020}\\x{2021}\\x{2026}\\x{2030}\\x{203b}\\x{2051}\\x{20d0}-\\x{fe1f}\\x{fe30}-\\x{ff5f}\\x{ffe0}-\\x{fffe}]", 19);"";
"/h 全角(Unicode MSゴシックで全角幅)の検索", s.Find("[\\x{00a7}\\x{00a8}\\x{00b0}\\x{00b1}\\x{00b4}\\x{00b6}\\x{00d7}\\x{00f7}\\x{01cd}-\\x{01dc}\\x{01f5}\\x{0370}-\\x{0451}\\x{0b00}-\\x{1fff}\\x{2001}\\x{2003}\\x{2015}\\x{2016}\\x{2018}\\x{2020}\\x{2021}\\x{2026}\\x{2030}\\x{203b}\\x{2051}\\x{20d0}-\\x{fe1f}\\x{fe30}-\\x{ff5f}\\x{ffe0}-\\x{fffe}]", 19);"";
"/", ''
"/h 基本ラテン (0020-007f)の検索", s.Find("[\\x{0020}-\\x{007f}]", 19);"";
"/", ''
"/h ラテン-1 補助 (0080-00ff)の検索", s.Find("[\\x{0080}-\\x{00ff}]", 19);"";
"/z ラテン-1 補助全角のみ (0080-00ff)の検索", s.Find("[\\x{00a7}\\x{00a8}\\x{00b0}\\x{00b1}\\x{00b4}\\x{00b6}\\x{00d7}\\x{00f7}]", 19);"";
"/h ラテン-1 補助半角のみ (0080-00ff)の検索", s.Find("[\\x{0080}-\\x{00ff}&&[^\\x{00a7}\\x{00a8}\\x{00b0}\\x{00b1}\\x{00b4}\\x{00b6}\\x{00d7}\\x{00f7}]]", 19);"";
"/", ''
"/h ラテン拡張 A (0100-017f)の検索", s.Find("[\\x{0100}-\\x{017f}]", 19);"";
"/h ラテン拡張 B (0180-024f)の検索", s.Find("[\\x{0180}-\\x{024f}]", 19);"";
"/z ラテン拡張 B全角のみ (0180-024f)の検索", s.Find("[\\x{01cd}-\\x{01dc}\\x{01f5}]", 19);"";
"/h ラテン拡張 B半角のみ (0180-024f)の検索", s.Find("[\\x{0180}-\\x{024f}&&[^\\x{01cd}-\\x{01dc}\\x{01f5}]]", meFindReplaceCase|meFindReplaceRegExp+"/", ''
"/h IPA拡張 (0250-02af)の検索", s.Find("[\\x{0250}-\\x{02af}]", 19);"";
"/h スペース調整文字 (02b0-02ff)の検索", s.Find("[\\x{02b0}-\\x{02ff}]", 19);"";
"/h 結合分音記号 (0300-036f)の検索", s.Find("[\\x{0300}-\\x{036f}]", 19);"";
"/", ''
"/z ギリシャ (0370-03ff)の検索", s.Find("[\\x{0370}-\\x{03ff}]", 19);"";
"/", ''
"/h キリル (0400-052f)の検索", s.Find("[\\x{0400}-\\x{052f}]", 19);"";
"/z キリル全角のみ (0400-0451)の検索", s.Find("[\\x{0400}-\\x{0451}]", 19);"";
"/h キリル半角のみ (0452-052f)の検索", s.Find("[\\x{0452}-\\x{052f}]", 19);"";
"/", ''
"/h アルメニア (0530-058f)の検索", s.Find("[\\x{0530}-\\x{058f}]", 19);"";
"/h ヘブライ基本 拡張 (0590-05ff)の検索", s.Find("[\\x{0590}-\\x{05ff}]", 19);"";
"/h アラビア拡張 (0600-08ff)の検索", s.Find("[\\x{0600}-\\x{08ff}]", 19);"";
"/h デヴァナガリー (0900-097f)の検索", s.Find("[\\x{0900}-\\x{097f}]", 19);"";
"/h ペンガル (0980-09ff)の検索", s.Find("[\\x{0980}-\\x{09ff}]", 19);"";
"/h グルムキー (0a00-0a7f)の検索", s.Find("[\\x{0a00}-\\x{0a7f}]", 19);"";
"/h グジャラティ (0a80-0aff)の検索", s.Find("[\\x{0a80}-\\x{0aff}]", 19);"";
"/z オリヤー (0b00-0b7f)の検索", s.Find("[\\x{0b00}-\\x{0b7f}]", 19);"";
"/z タミル (0b80-0bff)の検索", s.Find("[\\x{0b80}-\\x{0bff}]", 19);"";
"/z テルグ (0c00-0c7f)の検索", s.Find("[\\x{0c00}-\\x{0c7f}]", 19);"";
"/h カンナダ (0c80-0cff)の検索", s.Find("[\\x{0c80}-\\x{0cff}]", 19);"";
"/z マラヤラム (0d00-0d7f)の検索", s.Find("[\\x{0d00}-\\x{0d7f}]", 19);"";
"/z 未 (0d80-0dff)の検索", s.Find("[\\x{0d80}-\\x{0dff}]", 19);"";
"/h タイ (0e00-0e7f)の検索", s.Find("[\\x{0e00}-\\x{0e7f}]", 19);"";
"/h ラオ (0e80-0eff)の検索", s.Find("[\\x{0e80}-\\x{0eff}]", 19);"";
"/h チベット (0f00-0fbf)の検索", s.Find("[\\x{0f00}-\\x{0fbf}]", 19);"";
"/z 未 (0fc0-109f)の検索", s.Find("[\\x{0fc0}-\\x{109f}]", 19);"";
"/h グルジア (10a0-10ff)の検索", s.Find("[\\x{10a0}-\\x{10ff}]", 19);"";
"/z ハングル字母 (1100-11ff)の検索", s.Find("[\\x{1100}-\\x{11ff}]", 19);"";
"/z 未 (1200-1dff)の検索", s.Find("[\\x{1200}-\\x{1dff}]", 19);"";
"/z ラテン拡張 追加 (1e00-1eff)の検索", s.Find("[\\x{1e00}-\\x{1eff}]", 19);"";
"/z ギリシャ拡張 (1f00-1fff)の検索", s.Find("[\\x{1f00}-\\x{1fff}]", 19);"";
"/", ''
"/h 一般句読点 (2000-206f)の検索", s.Find("[\\x{2000}-\\x{206f}]", 19);"";
"/z 一般句読点全角のみ (2000-206f)の検索", s.Find("[\\x{2001}\\x{2003}\\x{2015}\\x{2016}\\x{2018}\\x{2020}\\x{2021}\\x{2026}\\x{2030}\\x{203b}\\x{2051}]", 19);"";
"/h 一般句読点半角のみ (2000-206f)の検索", s.Find("[\\x{2000}-\\x{206f}&&[^\\x{2001}\\x{2003}\\x{2015}\\x{2016}\\x{2018}\\x{2020}\\x{2021}\\x{2026}\\x{2030}\\x{203b}\\x{2051}]]", 19);"";
"/", ''
"/h 上付き下付き (2070-209f)の検索", s.Find("[\\x{2070}-\\x{209f}]", 19);"";
"/h 通貨記号 (20a0-20cf)の検索", s.Find("[\\x{20a0}-\\x{20cf}]", 19);"";
"/z 結合分音記号 (20d0-20ff)の検索", s.Find("[\\x{20d0}-\\x{20ff}]", 19);"";
"/z 文字種記号 (2100-214f)の検索", s.Find("[\\x{2100}-\\x{214f}]", 19);"";
"/z 数字の形 (2150-218f)の検索", s.Find("[\\x{2150}-\\x{218f}]", 19);"";
"/z 矢印 (2190-21ff)の検索", s.Find("[\\x{2190}-\\x{21ff}]", 19);"";
"/z 数学記号 (2200-22ff)の検索", s.Find("[\\x{2200}-\\x{22ff}]", 19);"";
"/z その他技術記号 (2300-23ff)の検索", s.Find("[\\x{2300}-\\x{23ff}]", 19);"";
"/z 制御機能用記号 (2400-243f)の検索", s.Find("[\\x{2400}-\\x{243f}]", 19);"";
"/z OCR (2440-245f)の検索", s.Find("[\\x{2440}-\\x{245f}]", 19);"";
"/z 囲み英数字 (2460-24ff)の検索", s.Find("[\\x{2460}-\\x{24ff}]", 19);"";
"/z 罫線素片 (2500-257f)の検索", s.Find("[\\x{2500}-\\x{257f}]", 19);"";
"/z ブロック要素 (2580-259f)の検索", s.Find("[\\x{2580}-\\x{259f}]", 19);"";
"/z 幾何学模様 (25a0-25ff)の検索", s.Find("[\\x{25a0}-\\x{25ff}]", 19);"";
"/z その他記号 (2600-26ff)の検索", s.Find("[\\x{2600}-\\x{26ff}]", 19);"";
"/z 装飾記号 (2700-27bf)の検索", s.Find("[\\x{2700}-\\x{27bf}]", 19);"";
"/z 未 (27c0-27ff)の検索", s.Find("[\\x{27c0}-\\x{27ff}]", 19);"";
"/z 点字記号 (2800-28ff)の検索", s.Find("[\\x{2800}-\\x{28ff}]", 19);"";
"/z 未 (2900-2e7f)の検索", s.Find("[\\x{2900}-\\x{2e7f}]", 19);"";
"/z 記号(未) (2e80-2fff)の検索", s.Find("[\\x{2e80}-\\x{2fff}]", 19);"";
"/z CJK記号 分音記号 (3000-303f)の検索", s.Find("[\\x{3000}-\\x{303f}]", 19);"";
"/z ひらがな (3040-309f)の検索", s.Find("[\\x{3040}-\\x{309f}]", 19);"";
"/z カタカナ (30a0-30ff)の検索", s.Find("[\\x{30a0}-\\x{30ff}]", 19);"";
"/z 注音字母 (3100-312f)の検索", s.Find("[\\x{30a0}-\\x{30ff}]", 19);"";
"/z ハングル互換字母 (3130-318f)の検索", s.Find("[\\x{3130}-\\x{318f}]", 19);"";
"/z 漢文 (3190-319f)の検索", s.Find("[\\x{3190}-\\x{319f}]", 19);"";
"/z 未 (31a0-31ff)の検索", s.Find("[\\x{31a0}-\\x{31ff}]", 19);"";
"/z 囲みCJK文字 月 (3200-32ff)の検索", s.Find("[\\x{3200}-\\x{32ff}]", 19);"";
"/z CJK互換文字 (3300-33ff)の検索", s.Find("[\\x{3300}-\\x{33ff}]", 19);"";
"/z CJK文字(未) (3400-4dff)の検索", s.Find("[\\x{3400}-\\x{4dff}]", 19);"";
"/z CJK統合漢字 (4e00-9fff)の検索", s.Find("[\\x{4e00}-\\x{9fff}]", 19);"";
"/z 未 (a000-a4ff)の検索", s.Find("[\\x{a000}-\\x{a4ff}]", 19);"";
"/z 未 (a500-abff)の検索", s.Find("[\\x{a500}-\\x{abff}]", 19);"";
"/z ハングル (ac00-d7ff)の検索", s.Find("[\\x{ac00}-\\x{d7ff}]", 19);"";
"/z サロゲートペア前1024 (d800-dbff)の検索(保留)", s.Find("[\\x{d800}-\\x{dbff}]", 19);"";
"/z サロゲートペア後1024 (dc00-dfff)の検索(保留)", s.Find("[\\x{dc00}-\\x{dfff}]", 19);"";
"/z サロゲートペア全文字 (d800 dc00-dbff dfff)の検索", s.Find("[𐀀-􏿿]", 19);"";
"/", ''
"/z 私用領域 (e000-f8ff)の検索", s.Find("[\\x{e000}-\\x{f8ff}]", 19);"";
"/z CJK互換漢字 (f900-faff)(豈-鶴)検索", s.Find("[\\x{f900}-\\x{faff}]", 19);"";
"/", ''
"/z アルファベット表示形 (fb00-fb4f)検索", s.Find("[\\x{fb00}-\\x{fb4f}]", 19);"";
"/z アラビア表示形 A (fb50-fdff)検索", s.Find("[\\x{fb50}-\\x{fdff}]", 19);"";
"/z 未 (fe00-fe1f)検索", s.Find("[\\x{fe00}-\\x{fe1f}]", 19);"";
"/h 結合半角記号 (fe20-fe2f)検索", s.Find("[\\x{fe20}-\\x{fe2f}]", 19);"";
"/z CJK互換形 (fe30-fe4f)検索", s.Find("[\\x{fe30}-\\x{fe4f}]", 19);"";
"/z 小字形 (fe50-fe6f)を検索", s.Find("[\\x{fe50}-\\x{fe6f}]", 19);"";
"/z アラビア表示形 B (fe70-feff)検索", s.Find("[\\x{fe70}-\\x{feff}]", 19);"";
"/z 全角形 (ff00-ff5f ffe0-ffef)検索", s.Find("[\\x{ff00}-\\x{ff5f}\\x{ffe0}-\\x{ffef}]", 19);"";
"/", ''
"/h 半角形 (ff61-ff9f ffa0-ffdf)検索", s.Find("[\\x{ff61}-\\x{ff9f}\\x{ffa0}-\\x{ffdf}]", 19);"";
"/h 半角カナのみ (ff61-ff9f)検索", s.Find("[\\x{ff61}-\\x{ff9f}]", 19);"";
"/", ''
"/z 特殊置換文字 (fff0-fffe)の検索", s.Find("[\\x{fff0}-\\x{fffe}]", 19);"";
"<!-- -->", '<!--'+t2+'-->'
"<!DOCTYPE HTML 4.01 Strict>", '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'+t2
"<!DOCTYPE HTML 4.01 Transitional>", '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">'+t2
"<!DOCTYPE HTML 4.01 Frameset>", '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'+t2
"<!DOCTYPE XHTML 1.0 Strict>", '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'+t2
"<!DOCTYPE XHTML 1.0 Transitional>", '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'+t2
"<!DOCTYPE XHTML 1.0 Frameset>", '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'+t2
"<!DOCTYPE XHTML 1.1>", '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'+t2
"<!DOCTYPE HTML>", '<!DOCTYPE HTML>'+t2
"<", ''
"<html>", '<html>'+t2+'</html>'
"<body>", '<body>'+t2+'</body>'
"<h1>", '<h1>'+t2+'</h1>'
"<h2>", '<h2>'+t2+'</h2>'
"<h3>", '<h3>'+t2+'</h3>'
"<h4>", '<h4>'+t2+'</h4>'
"<h5>", '<h5>'+t2+'</h5>'
"<h6>", '<h6>'+t2+'</h6>'
"<p>", '<p>'+t2+'</p>'
"<br />", '<br />'+t2
"<hr />", '<hr />'+t2
"<", ''
"<head>", '<head>'+t2+'</head>'
"<title>", '<title>'+t2+'</title>'
"<meta>", '<meta>'+t2+'</meta>'
"<meta Content-Type ", '<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />'+t2
"<meta Content-Style-Type ", '<meta http-equiv="Content-Style-Type" content="text/css" />'+t2
"<meta Content-Script-Type ", '<meta http-equiv="Content-Script-Type" content="text/javascript" />'+t2
"<meta Cache-Control ", '<meta http-equiv="Cache-Control" content="no-cache" />'+t2
"<meta Pragma ", '<meta http-equiv="Pragma" content="no-cache" />'+t2
"<base />", '<base '+t2+' />'
"<basefont />", '<basefont '+t2' />'
"<", ''
"<script>", '<script language="JavaScript" type="text/javascript">'+t2+'</script>'
"<script src= >", '<script type="text/javascript" src="'+t2+'<?php print( "?".time() ); ?"></script>'
"<noscript>", '<noscript>'+t2+'</noscript>'
"<applet>", '<applet>'+t2+'</applet>'
"<object>", '<object classid="clsid:" id="" width="" height="">'+t2+'</object>'
"<param />", '<param id="" name="" value="" '+t2+' />'
"<", ''
"<style>", '<style>'+t2+'</style>'
"<style type= >", '<style type="text/css">'+t2+'</style>'
"<div>", '<div>'+t2+'</div>'
"<span>", '<span>'+t2+'</span>'
"<", ''
"<a>", '<a>'+t2+'</a>'
"<link />", '<link '+t2+' />'
"<", ''
"<form>", '<form>'+t2+'</form>'
"<input />", '<input />'+t2
"<textarea>", '<textarea>'+t2+'</textarea>'
"<button>", '<button>'+t2+'</button>'
"<select>", '<select>'+t2+'</select>'
"<optgroup>", '<optgroup>'+t2+'</optgroup>'
"<option>", '<option>'+t2+'</option>'
"<label>", '<label>'+t2+'</label>'
"<fieldset>", '<fieldset>'+t2+'</fieldset>'
"<legend>", '<legend>'+t2+'</legend>'
"<isindex>", '<isindex>'+t2+'</isindex>'
"<", ''
"<img />", '<img '+t2+' />'
"<map>", '<map>'+t2+'</map>'
"<area />", '<area '+t2+' />'
"<", ''
"<table>", '<table>'+t2+'</table>'
"<caption>", '<caption>'+t2+'</caption>'
"<th>", '<th>'+t2+'</th>'
"<tr>", '<tr>'+t2+'</tr>'
"<td>", '<td>'+t2+'</td>'
"<thead>", '<thead>'+t2+'</thead>'
"<tbody>", '<tbody>'+t2+'</tbody>'
"<tfoot>", '<tfoot>'+t2+'</tfoot>'
"<col />", '<col '+t2+' />'
"<colgroup>", '<colgroup>'+t2+'</colgroup>'
"<", ''
"<ul>", '<ul>'+t2+'</ul>'
"<ol>", '<ol>'+t2+'</ol>'
"<li>", '<li>'+t2+'</li>'
"<dir>", '<dir>'+t2+'</dir>'
"<dl>", '<dl>'+t2+'</dl>'
"<dt>", '<dt>'+t2+'</dt>'
"<dd>", '<dd>'+t2+'</dd>'
"<menu>", '<menu>'+t2+'</menu>'
"<", ''
"<frame />", '<frame '+t2+' />'
"<frameset>", '<frameset>'+t2+'</frameset>'
"<noframes>", '<noframes>'+t2+'</noframes>'
"<iframe>", '<iframe>'+t2+'</iframe>'
"<", ''
"<acronym>", '<acronym>'+t2+'</acronym>'
"<abbr>", '<abbr>'+t2+'</abbr>'
"<address>", '<address>'+t2+'</address>'
"<b>", '<b>'+t2+'</b>'
"<bdo>", '<bdo>'+t2+'</bdo>'
"<big>", '<big>'+t2+'</big>'
"<blockquote>", '<blockquote>'+t2+'</blockquote>'
"<center>", '<center>'+t2+'</center>'
"<cite>", '<cite>'+t2+'</cite>'
"<code>", '<code>'+t2+'</code>'
"<del>", '<del>'+t2+'</del>'
"<dfn>", '<dfn>'+t2+'</dfn>'
"<em>", '<em>'+t2+'</em>'
"<font>", '<font>'+t2+'</font>'
"<i>", '<i>'+t2+'</i>'
"<ins>", '<ins>'+t2+'</ins>'
"<kbd>", '<kbd>'+t2+'</kbd>'
"<pre>", '<pre>'+t2+'</pre>'
"<q>", '<q>'+t2+'</q>'
"<s>", '<s>'+t2+'</s>'
"<samp>", '<samp>'+t2+'</samp>'
"<small>", '<small>'+t2+'</small>'
"<strike>", '<strike>'+t2+'</strike>'
"<strong>", '<strong>'+t2+'</strong>'
"<sub>", '<sub>'+t2+'</sub>'
"<sup>", '<sup>'+t2+'</sup>'
"<tt>", '<tt>'+t2+'</tt>'
"<u>", '<u>'+t2+'</u>'
"<var>", '<var>'+t2+'</var>'
"<xmp>", '<xmp>'+t2+'</xmp>'
"<", ''
"<article>", '<article>'+t2+'</article>'
"<aside>", '<aside>'+t2+'</aside>'
"<audio>", '<audio src="" controls="controls">'+t2+'</audio>'
"<canvas>", '<canvas id="" height="" width="">'+t2+'</canvas>'
"<command>", '<command>'+t2+'</command>'
"<datalist>", '<datalist>'+t2+'</datalist>'
"<details>", '<details>'+t2+'</details>'
"<embed>", '<embed src="'+t2+'" />'
"<figcaption>", '<figcaption>'+t2+'</figcaption>'
"<figure>", '<figure>'+t2+'</figure>'
"<footer>", '<footer>'+t2+'</footer>'
"<header>", '<header>'+t2+'</header>'
"<hgroup>", '<hgroup>'+t2+'</hgroup>'
"<keygen>", '<keygen name="'+t2+'" />'
"<mark>", '<mark>'+t2+'</mark>'
"<meter>", '<meter>'+t2+'</meter>'
"<nav>", '<nav>'+t2+'</nav>'
"<output>", '<output>'+t2+'</output>'
"<progress>", '<progress>'+t2+'</progress>'
"<rp>", '<rp>'+t2+'</rp>'
"<rt>", '<rt>'+t2+'</rt>'
"<ruby>", '<ruby>'+t2+'</ruby>'
"<section>", '<section>'+t2+'</section>'
"<source>", '<source src="'+t2+'" />'
"<summary>", '<summary>'+t2+'</summary>'
"<time>", '<time datetime="'+t2+'"></time>'
"<video>", '<video>'+t2+'</video>'
"<wbr>", '<wbr>'+t2
"<", ''
"<non-breaking_space    &&nbsp; &&#160;", '&nbsp;'+t2 
"<quotation  " &&quot; &&#34;", '&quot;'+t2
"<less_than  < &&lt; &&#60;", '&lt;'+t2
"<greater_than  > &&gt; &&#62;", '&gt;'+t2
"<ampersand  && &&amp; &&#38;", '&amp;'+t2
"<apostrophe (not in IE)  ' &&apos; &&#39;", '&apos;'+t2
"<cent  ¢ &&cent; &&#162;", '&cent;'+t2
"<pound  £ &&pound; &&#163;", '&pound;'+t2
"<yen  ¥ &&yen; &&#165;", '&yen;'+t2
"<euro  € &&euro; &&#8364;", '&euro;'+t2
"<section  § &&sect; &&#167;", '&sect;'+t2
"<copyright  © &&copy; &&#169;", '&copy;'+t2
"<registered_trademark  ® &&reg; &&#174;", '&reg;'+t2
"<trademark  ™ &&trade; &&#8482;", '&trade;'+t2
":background", 'background:'+t2+';'
":background-attachment", 'background-attachment:'+t2+';'
":background-color", 'background-color:'+t2+';'
":background-image", 'background-image:'+t2+';'
":background-position", 'background-position:'+t2+';'
":background-repeat", 'background-repeat:'+t2+';'
":", ''
":border", 'border:'+t2+';'
":border-bottom", 'border-bottom:'+t2+';'
":border-bottom-color", 'border-bottom-color:'+t2+';'
":border-bottom-style", 'border-bottom-style:'+t2+';'
":border-bottom-width", 'border-bottom-width:'+t2+';'
":border-color", 'border-color:'+t2+';'
":border-left", 'border-left:'+t2+';'
":border-left-color", 'border-left-color:'+t2+';'
":border-left-style", 'border-left-style:'+t2+';'
":border-left-width", 'border-left-width:'+t2+';'
":border-right", 'border-right:'+t2+';'
":border-right-color", 'border-right-color:'+t2+';'
":border-right-style", 'border-right-style:'+t2+';'
":border-right-width", 'border-right-width:'+t2+';'
":border-style", 'border-style:'+t2+';'
":border-top", 'border-top:'+t2+';'
":border-top-color", 'border-top-color:'+t2+';'
":border-top-style", 'border-top-style:'+t2+';'
":border-top-width", 'border-top-width:'+t2+';'
":border-width", 'border-width:'+t2+';'
":outline", 'outline:'+t2+';'
":outline-color", 'outline-color:'+t2+';'
":outline-style", 'outline-style:'+t2+';'
":outline-width", 'outline-width:'+t2+';'
":", ''
":height", 'height:'+t2+';'
":max-height", 'max-height:'+t2+';'
":max-width", 'max-width:'+t2+';'
":min-height", 'min-height:'+t2+';'
":min-width", 'min-width:'+t2+';'
":width", 'width:'+t2+';'
":", ''
":font", 'font:'+t2+';'
":font-family", 'font-family:'+t2+';'
":font-size", 'font-size:'+t2+';'
":font-style", 'font-style:'+t2+';'
":font-variant", 'font-variant:'+t2+';'
":font-weight", 'font-weight:'+t2+';'
":", ''
":content", 'content:'+t2+';'
":counter-increment", 'counter-increment:'+t2+';'
":counter-reset", 'counter-reset:'+t2+';'
":quotes", 'quotes:'+t2+';'
":", ''
":list-style", 'list-style:'+t2+';'
":list-style-image", 'list-style-image:'+t2+';'
":list-style-position", 'list-style-position:'+t2+';'
":list-style-type", 'list-style-type:'+t2+';'
":", ''
":margin", 'margin:'+t2+';'
":margin-bottom", 'margin-bottom:'+t2+';'
":margin-left", 'margin-left:'+t2+';'
":margin-right", 'margin-right:'+t2+';'
":margin-top", 'margin-top:'+t2+';'
":", ''
":padding", 'padding:'+t2+';'
":padding-bottom", 'padding-bottom:'+t2+';'
":padding-left", 'padding-left:'+t2+';'
":padding-right", 'padding-right:'+t2+';'
":padding-top", 'padding-top:'+t2+';'
":", ''
":bottom", 'bottom:'+t2+';'
":clear", 'clear:'+t2+';'
":clip", 'clip:'+t2+';'
":cursor", 'cursor:'+t2+';'
":display", 'display:'+t2+';'
":float", 'float:'+t2+';'
":left", 'left:'+t2+';'
":overflow", 'overflow:'+t2+';'
":position", 'position:'+t2+';'
":right", 'right:'+t2+';'
":top", 'top:'+t2+';'
":visibility", 'visibility:'+t2+';'
":z-index", 'z-index:'+t2+';'
":", ''
":orphanselement", 'orphanselement:'+t2+';'
":page-break-after", 'page-break-after:'+t2+';'
":page-break-before", 'page-break-before:'+t2+';'
":page-break-inside", 'page-break-inside:'+t2+';'
":widows", 'widows:'+t2+';'
":", ''
":border-collapse", 'border-collapse:'+t2+';'
":border-spacing", 'border-spacing:'+t2+';'
":caption-side", 'caption-side:'+t2+';'
":empty-cells", 'empty-cells:'+t2+';'
":table-layout", 'table-layout:'+t2+';'
":", ''
":color", 'color:'+t2+';'
":direction", 'direction:'+t2+';'
":letter-spacing", 'letter-spacing:'+t2+';'
":line-height", 'line-height:'+t2+';'
":text-align", 'text-align:'+t2+';'
":text-decoration", 'text-decoration:'+t2+';'
":text-indent", 'text-indent:'+t2+';'
":text-shadow", 'text-shadow:'+t2+';'
":text-transform", 'text-transform:'+t2+';'
":unicode-bidi", 'unicode-bidi:'+t2+';'
":vertical-align", 'vertical-align:'+t2+';'
":white-space", 'white-space:'+t2+';'
":word-spacing", 'word-spacing:'+t2+';'
":", ''
";javascript:void(0);", 'javascript:void(0);';
";javascript:(function(){ .. })();void(0);", 'javascript:(function(){'+t2+'})();void(0);';
"+", ''
"+document Documentオブジェクト(var d)", 'var d = document;'+t2
"+document.selection Selectionオブジェクト(var s)", 'var s = document.selection;'+t2
"+", ''
"+c=(ClipboardData.GetData()||"") クリップボード文字列(var c)", 'var c = (ClipboardData.GetData() || "");'+t2
"+", ''
"+ChangeCase(meCaseLowerCase); 小文字に", 's.ChangeCase(meCaseLowerCase);'+t2;
"+ChangeCase(meCaseUpperCase); 大文字に", 's.ChangeCase(meCaseUpperCase);'+t2;
"+ChangeWidth(meWidthFullWidth); 全角に", 's.ChangeWidth(meWidthFullWidth);'+t2;
"+ChangeWidth(meWidthHalfWidth); 半角に", 's.ChangeWidth(meWidthHalfWidth);'+t2;
"+", ''
"+CharLeft(..); 左移動", 's.CharLeft(true, Count);'+t2;
"+CharRight(..); 右移動", 's.CharRight(true, Count);'+t2;
"+", ''
"+ClearBookmark() ブックマーク消去", 's.ClearBookmark()'+t2;
"+", ''
"+Collapse(..); 選択解除", 's.Collapse(meCollapseStart:meCollapseEnd);'+t2;
"+", ''
"+Copy(); 選択コピー", 's.Copy();'+t2;
"+CopyLink(); カーソルURLコピー", 's.CopyLink();'+t2;
"+Cut(); 選択カット(コピー&削除)", 's.Cut();'+t2;
"+Delete(..); 選択削除 文字数(1)", 's.Delete(Count);'+t2;
"+DeleteLeft(..); 左側文字削除 文字数(1)", 's.DeleteLeft(Count);'+t2;
"+DestructiveInsert(Text); テキスト上書き挿入", 's.DestructiveInsert(Text);'+t2;
"+DuplicateLine(); 現在行複製", 's.DuplicateLine();'+t2;
"+", ''
"+EndOfDocument(..); 文書末尾に移動", 's.EndOfDocument(true);'+t2;
"+EndOfLine(..); 行末尾に移動", 's.EndOfLine(true, mePosView);'+t2;
"+", ''
"+Find(..); 次:前のパターンを検索", 'r = s.Find(Pattern, meFindReplaceCase | meFindReplaceRegExp | meFindNext:meFindPrevious | meFindReplaceOnlyWord | meFindAround);  //検索文字列(必須) 大文字小文字、正規表現、次、前、完全一致単語のみ、先頭へ続く 戻り(r)(0.なし、1.結果を範囲選択しカーソルは先頭)'+t2;
"+FindRepeat(..); 次:前を検索", 's.FindRepeat(meFindNext:meFindPrevious);'+t2;
"+FindRepeat(meFindRepeatWord); カーソルの語を検索", 's.FindRepeat(meFindRepeatWord);'+t2;
"+", ''
"+Format(meFormatInsertNL); 折り返し改行挿入", 's.Format(meFormatInsertNL);'+t2;
"+Format(meFormatDeleteNL); 折り返し改行削除", 's.Format(meFormatDeleteNL);'+t2;
"+Format(meFormatSplitLines); 折り返し改行挿入 行末空白削除", 's.Format(meFormatSplitLines);'+t2;
"+Format(meFormatJoinLines); 折り返し改行削除 行末空白挿入", 's.Format(meFormatJoinLines);'+t2;
"+", ''
"+GetActivePointX(..); 選択終了の桁位置", 's.GetActivePointX(mePosView);'+t2;
"+GetActivePointY(..); 選択終了の行位置", 's.GetActivePointY(mePosView);'+t2;
"+GetAnchorPointX(..); 選択開始の桁位置", 's.GetAnchorPointX(mePosView);'+t2;
"+GetAnchorPointY(..); 選択開始の行位置", 's.GetAnchorPointY(mePosView);'+t2;
"+GetBottomPointX(..); 選択終点の桁位置", 's.GetBottomPointX(mePosView);'+t2;
"+GetBottomPointY(..); 選択終点の行位置", 's.GetBottomPointY(mePosView);'+t2;
"+GetTopPointX(..); 選択始点の桁位置", 's.GetTopPointX(mePosView);'+t2;
"+GetTopPointY(..); 選択始点の行位置", 's.GetTopPointY(mePosView);'+t2;
"+", ''
"+Indent(Count); 選択行インデント レベル(1)", 's.Indent(Count);'+t2;
"+", ''
"+InsertDate(meDateTimeDate); 時刻と日付挿入(11:59 2011/04/22)", 's.InsertDate(meDateTimeDate);'+t2;
"+InsertDate(meDateDateTime); 日付と時刻挿入(2011/04/22 12:00)", 's.InsertDate(meDateDateTime);'+t2;
"+InsertFromFile(File); ファイル内容挿入", 's.InsertFromFile(File);'+t2;
"+", ''
"+LineDown(..); 下に行移動", 's.LineDown(true, Count:int);'+t2;
"+LineOpen(..); 行間に改行挿入 上(false)", 's.LineOpen(true);'+t2;
"+LineUp(..); 上に行移動", 's.LineUp(true, Count);'+t2;
"+NewLine(..); 改行を挿入", 's.NewLine(Count);'+t2;
"+r=s.NextBookmark(); 次ブックマーク移動 なし(false)", 'r=s.NextBookmark();'+t2;
"+OpenLink(); カーソルURLを既定ブラウザでX", 's.OpenLink();'+t2;
"+PageDown(..); ページを下に移動x", 's.PageDown(true, Count);'+t2;
"+PageUp(..); ページを上に移動x", 's.PageUp(true, Count);'+t2;
"+", ''
"+Paste(); クリップボード内容挿入", 's.Paste();'+t2;
"+r=PreviousBookmark(); 前Xブックマーク移動 なし(false)", 'r = s.PreviousBookmark();'+t2;
"+r=Replace(..) 指定テキスト置換 なし(false)", 'r = s.Replace(Pattern, Replace, meFindReplaceCase | meFindReplaceRegExp | meFindReplaceOnlyWord | meReplaceSelOnly | meReplaceAll);'+t2;
"+", ''
"+SelectAll(); すべて選択", 's.SelectAll();'+t2;
"+SelectLine(); 論理行を選択", 's.SelectLine();'+t2;
"+", ''
"+SetActivePoint(..); カーソル設定", 's.SetActivePoint(mePosView, x, y, true);'+t2;
"+SetAnchorPoint(..); 選択開始の位置設定", 's.SetAnchorPoint(mePosView, x, y);'+t2;
"+", ''
"+SetBookmark(); ブックマーク設定", 's.SetBookmark();'+t2;
"+SelectWord(); 単語選択", 's.SelectWord();'+t2;
"+", ''
"+StartOfDocument(..); 文書先頭移動", 's.StartOfDocument(true);'+t2;
"+StartOfLine(..); 行先頭移動", 's.StartOfLine(true, mePosView);'+t2;
"+", ''
"+Tabify 選択範囲の空白タブ変換", 's.Tabify();'+t2;
"+UnIndent(..); インデント削除、レベル(1)", 's.Unindent(Count);'+t2;
"+Untabify(); 選択範囲のタブ空白変換", 's.Untabify();'+t2;
"+", ''
"+WordLeft(..); 単語数を左移動", 's.WordLeft(true, Count);'+t2;
"+WordRight(..); 単語数を右移動", 's.WordRight(true, Count);'+t2;
"+", ''
"+IsEmpty 選択範囲が空？(true)", '(! s.IsEmpty)'+t2;
"+Text 選択範囲テキスト", 's.Text ='+t2;
"+", ''
"+document.Activate() 文書アクティブ化", 'document.Activate();'+t2;
"+document.Close() 文書を閉じる", 'document.Close();'+t2;
"+document.CopyFullName() 文書ファイル名フルパスでコピー", 'document.CopyFullName();'+t2;
"+document.CopyPath() 文書ディレクトリパスをコピー", 'document.CopyPath();'+t2;
"+document.GetLine(..) 行文字列取得(改行前)", 'document.GetLine(Line [, meGetLineWithNewLines + meGetLineView]);'+t2;
"+document.GetLines(..) 文書の行数取得", 'document.GetLines(0:meGetLineView);'+t2;
"+document.Redo(); やり直し", 'document.Redo();'+t2;
"+document.Save(File); 文書保存(file名)", 'document.Save(File);'+t2; 
"+document.Undo(); 元に戻す", 'document.Undo();'+t2; 
"+document.Write(Text); テキスト挿入", 'document.Write(Text);'+t2;
"+document.Writeln(Text); テキストと改行挿入", 'document.Writeln(Text);'+t2;
"+", ''
"+document.Encoding 文書エンコーディング", 'document.Encoding = meEncodingAutomatic:meEncodingJIS:meEncodingEUC:meEncodingSJIS:meEncodingUnicode(UTF-16):meEncodingUTF8(UTF-8,BOM有):meEncodingUTF8N(UTF-8,BOM無)'+t2;
"+document.FullName 文書のファイルをフルパスを取得", 'document.FullName'+t2;
"+document.HighlightFind 検索結果を強調表示するか設定または取得", 'document.HighlightFind = true;'+t2;
"+document.Name 文書ファイル名", 'document.Name'+t2;
"+document.Path 文書ディレクトリパス", 'document.Path'+t2;
"+document.Saved 文書の保存以降変更有無", 'document.Saved = true'+t2;
"+document.Selection Documentの選択オブジェクト", 'document.Selection'+t2;
"+document.Text 文書の全テキスト", 'document.Text = ""'+t2;
"+", ''
"+editor.documents.Count 開いている文書数", 'editor.documents.Count'+t2;
"+editor.documents.Item 指定 Item の Document", 'editor.documents.Item'+t2;
"+", ''
"+editor.FindInFiles(..) 複数ファイル指定パターン検索", 'editor.FindInFiles(Pattern, Path, meFindReplaceCase|meFindReplaceOnlyWord|meFindReplaceRegExp|meFindRecursive|meFindFileNamesOnly);'+t2;
"+editor.NewFile() 文書を新規作成", 'editor.NewFile()'+t2;
"+editor.OpenFile(..) 文書を開く", 'editor.OpenFile(File, Encoding, meOpenAllowNewWindow);'+t2;
"+editor.SaveAll() 文書をすべて保存", 'editor.SaveAll();'+t2;
"+editor.SaveCloseAll() 文書をすべて保存、閉じる", 'editor.SaveCloseAll();'+t2;
"+editor.CloseAll() 文書をすべて閉じる", 'editor.CloseAll();'+t2;
"+editor.ExecuteCommandByID() ウィンドウのメニュー機能を呼出し", 'editor.ExecuteCommandByID(MEID_ );'+t2;
"+", ''
"+editor.ActiveDocument 開いている Document オブジェクト", 'editor.ActiveDocument'+t2;
"+editor.Documents 開いている文書 Documents コレクション", 'editor.Documents'+t2;
"+editor.EnableTab タブ有効？(true)", 'editor.EnableTab'+t2;
"+editor.FullName Mery 実行ファイルファイルパス", 'editor.FullName'+t2;
"+editor.Version Mery バージョン", 'editor.Version'+t2;
"+", ''
"+editors すべてのエディタウィンドウ Editors コレクション", 'editors'+t2;
"+editors.Count エディタウィンドウの数", 'editors.Count'+t2;
"+editors.Item 指定 Item の Editor", 'editors.Item'+t2;
"+", ''
"+ClipboardData.ClearData() クリップボード消去", 'ClipboardData.ClearData();'+t2;
"+ClipboardData.GetData() クリップボードデータ", 'ClipboardData.GetData();'+t2;
"+ClipboardData.SetData() クリップボード設定", 'ClipboardData.SetData(Text);'+t2;
"+", ''
"+PopupMenu.Add メニュー項目追加", 'pm = PopupMenu.Add(Text, Id, meMenuChecked:meMenuGrayed:meMenuSeparator);'+t2;
"+PopupMenu.AddPopup サブメニュー追加", 'PopupMenu.AddPopup(Text, Popup);'+t2;
"+PopupMenu.GetText 指定ID項目の文字列", 'PopupMenu.GetText(Id);'+t2;
"+PopupMenu.Track ポップアップメニュー表示", 'PopupMenu.Track(mePosMouse);'+t2;
"+", ''
"+window.Alert OKボタン付きダイアログ", 'Alert(Text);'+t2;
"+window.Close 開いている文書を閉じる", 'Close();'+t2;
"+window.Confirm OK、キャンセルボタン付きダイアログ", 'Confirm(Text);'+t2;
"+window.CreatePopupMenu ポップアップメニュー作成", 'CreatePopupMenu();'+t2;
"+window.Print 印刷ダイアログ表示", 'Print();'+t2+
"+window.Prompt テキスト入力ダイアログ", 'Prompt(Text, Default);'+t2;
"+window.Quit マクロ実行中断", 'Quit();'+t2;
"+window.Sleep マクロ実行待機", 'Sleep(mSec);'+t2;
"+", ''
"+window.ClipboardData クリップボード・オブジェクト", 'ClipboardData;'+t2;
"+window.Document 開いている文書オブジェクト", 'Document;'+t2;
"+window.Editor エディタ本体オブジェクト", 'editor;'+t2;
"+window.ScriptFullName 選択マクロフルパス名", 'ScriptFullName;'+t2;
"+window.ScriptName 選択マクロファイル名", 'ScriptName;'+t2;
"+window.Status ステータスバー文字列", 'Status = ;'+t2;
"+window.Redraw 描画更新の開始と停止", 'Redraw = ;'+t2;
"+window.ScrollX 表示の上左端の桁位置", 'ScrollX = ;'+t2;
"+window.ScrollY 表示の上左端の行位置", 'ScrollY = ;'+t2;
