================================================================================
Readme - ChineseSimplified Readme (˵)
========================================
滻Ĵа汾

չʽ:
1. ַ \c ͷַȫַ \~c
2. 滻Ҳʹ \nЧ $n ͬn Ϊһλ 1-9 ֡

÷:
-"ɾ" Call("Scripts::Main", 1, "SearchReplace_cml.js", `-Find="^[ \t]*$\n*" -Replace="" -RegExp=1 -Sensitive=0 -Multiline=1 -EscSequences=0 -ReplaceFunction=0 -Direction=8`) Icon(0)
  ʾ: \\ - б
        \r - س
        \n - з
        \t - Ʊ

  ң         Find             Ϊ
  滻         Replace
  ʽ   RegExp           0  1, ĬֵΪ 1
  ִСд   Sensitive        0  1, ĬֵΪ 0
  У         Multiline        0  1, ĬֵΪ 0
  תУ   EscSequences     0  1, ĬֵΪ 0
  ʹú滻 ReplaceFunction  0  1, ĬֵΪ 0Ϊ 1bEscSequences Ϊ 0
           Direction        1  /* DN_DOWN      =0x00000001 */ 
                                  2  /* DN_UP        =0x00000002 */ 
                                  4  /* DN_BEGINNING =0x00000004 */ ʼ (Ĭֵ)
                                  8  /* DN_SELECTION =0x00000008 */ ѡΧ (ѡʱԶȫѡ)
                                 16  /* DN_ALLFILES  =0x00000010 */ ļ
  ť         Button           3  /* BT_REPLACE    =3 */
                                  4  /* BT_REPLACEALL =4 */ (default)

================================================================================
Readme - English
========================================
CommandLine of SearchReplace with Argument(s).

Come by offical "SearchReplace.js" and "InsertFile.js", and others js. Thanks!

  Example:
    -"DelEmptyLines" Call("Scripts::Main", 1, "SearchReplace_cml.js", `-Find="^[ \t]*$\n*" -Replace="" -RegExp=1 -Sensitive=0 -Multiline=1 -EscSequences=0 -ReplaceFunction=0 -Direction=8`) Icon(0)

  Note: \\ - backslash
        \r - line feed
        \n - new line
        \t - tabulation

   Find            Should not be Empty
   Replace
   RegExp          0 or 1, default is 1
   Sensitive       0 or 1, default is 0
   Multiline       0 or 1, default is 0
   EscSequences    0 or 1, default is 0
   ReplaceFunction 0 or 1, default is 0. if be set to 1, bEscSequences be set to 0
   Direction       1  /* DN_DOWN      =0x00000001 */
                   2  /* DN_UP        =0x00000002 */
                   4  /* DN_BEGINNING =0x00000004 */ (default)
                   8  /* DN_SELECTION =0x00000008 */ (if no selection then select all)
                   16 /* DN_ALLFILES  =0x00000010 */
   Button          3  /* BT_REPLACE    =3 */
                   4  /* BT_REPLACEALL =4 */ (default)

================================================================================
