|
1.Strings processing:字符串处理
7 [. z+ A/ ~% A4 e0 q6 RSubstring 获取字符中的子串3 b1 E! L2 ]/ O+ p$ U6 J7 J e
Replace 字符串替换: V" ^7 _ C, ]
Insert 插入
6 [( D" n, Y% l2 T$ Z6 ]) [& @to uppercase 转大写
9 ]$ p4 L, V) U% dto lowercase 转小写
! j; N! l. z0 aSplit 把字符串按分隔符号分割成数组
8 y- b Q# B* q8 x6 k; c" a( x+ k/ Rcount of chunks after split 获取分割后的数组数
9 v+ B# s- ~! _$ T1 dremove duplicates 按分隔符号删除重复的字符串! q u* t( ]* }& I! }- m
Enter 回车
- n! J' R' _: w9 v4 {covert the char code to the char 将字符代码转为字符
& n: h% W2 Z: v# i( Espintax 按spin格式随机获取
9 F3 t% f5 ~5 Q6 `1 Jtranslitiration of russian string (如有人知其意,希望给予一起分享)! F( l7 X+ Z5 s% D; X E
% {5 B- ?" u" }3 N2 p
2.Personal data:个人资料 2 C/ T( u1 R! K! y# @; W5 x
first name 获取随机名字5 m# t: \( F' P+ i9 X; _
last name 获取随机姓氏
8 r& s6 `; J U. o3 ]2 x" xLogin 获取随机登录名8 ]4 t5 A0 q/ S, N0 _, l
?# b" h @) f4 P- M
3.Regular expression:正则表达式
! O/ R; `2 Z3 `. z; O# g! {7 fparse with regular expression 根据正则表达式获取字符( m* L1 W% f) o9 M& ]
replace all strings that match a specified regular expressuion 根据正则表达式替换字符
4 M% ?$ m! N& N- J+ ^7 |split by a regular expression match 按正则表达式匹配分割成数组* D, u+ ^- T: l& O8 }
convert string to the regular expression 字符串转换为正则表达式0 W6 r" ?: l! M, L4 F" D' t
& O9 U9 U" s- S+ l4.Random:随机 . x; @+ k/ J0 Q
a random number within a specified range 在指定范围内的一个随机数
/ C# c* I- w2 k) i8 w9 C6 r: ~6 Za random rational number within a specified range 在指定范围内随机有理数, c% z8 Z. B( D; p% ^# D+ g
a random text 获取随机文本$ |* t7 U, d3 H5 A3 g
Shuffle 按分隔符打乱文本: ]2 J; Q2 S, g6 t$ l
# @5 h0 h! F) i% ~! Y9 }9 s0 |
5.Files and directories:文件和目录 " f9 R) @5 M5 M/ c4 p' ~# L# ]; k
take a line from the file 从文件中获取一行数据
: W- E9 m; b# L6 Xget block of text from the file 从文件根据分隔符获取文本块. y5 q& ~7 |( h5 _6 R$ ^0 B
append line(s) to a file 附加行到一个文件
' } s7 E3 K) E; ythe number of strings actually contained in the file 获取行数
3 `: \2 c: o- b* p* ^determine whether the specified file exists 确定是否存在指定的文件
6 t9 ]" e/ L8 g. K: O* w$ [copy the existing files to the new location 现有的文件复制到新的位置4 g8 w$ W7 J( ~% @9 [5 W* p8 B
the number of files actually contained in the directory 获取目录中的文件数量
/ {+ }) V+ t4 q4 O# L: ^1 d, h6 W% \the path to a random file in the directory 目录中的一个随机文件的路径
4 y6 h2 k. O7 g3 Z9 H( adelete file(s) by mask in the directory 删除目录中指定后缀的文件9 r7 Z2 A. L* Y1 ^
delete the specified file 删除指定的文件. Y. E. f" n3 x2 I$ M0 A% \& d
deletes the specified directory 删除指定的目录
1 q& ~9 A; P7 y0 P, cthe full path to the zennoposter zennoposter 安装的路径
! E+ ` W+ h: z
7 l# T( l% U5 X B6.Javascropt and debug:javascropt和调试 * t* A% R6 `: W s
execute javascript 执行JavaScript5 ?# i; ?3 L/ c1 V: c( v
prepare text for the javascript JavaScript的文本9 [5 W, m+ M1 v' [7 G/ s$ U5 g
Alert javascription 输出框
; }+ A+ Z5 ?5 n9 x$ I
/ N: N2 m8 A) e4 Z, L" t" l7.Counters:计数器 ) ]4 p: `$ U b, n% k
init counter with the value 初始化计数器值+ S* i' L0 ~8 W( o4 D1 N9 @6 X
increase counter value 增加计数器的值
" w! ? V4 z+ Z; Dmultiple counter value 多个计数器的值
+ n9 D6 B$ s7 Gget counter value 获得计数器的值
' F) z% Q1 N7 Q 9 m) Z3 v! ~2 s
8.Global storage:全局数 / X; e3 K9 T1 ~: T9 `2 g- `
set value to the specified key 设置指定的键的值 B' R5 T, x2 r+ K1 p
get value from the specified key 获得从指定键的值
# P6 A) e" p( v8 o1 W$ Vset value to the global counter 设置全局计数器! p2 Q# F/ E, V0 Z$ W
get value from the global counter 获得全局计数器
, K# F* s8 E" c( {' @increase the value of the global counter 增加全局计数器5 D. Z: d, x* Q
multiply the value of the global counter 多个全局计数器
' ^+ z% ~; z% J6 E j4 |# p8 F
% O# R. v6 a5 p* k# ?9.Network:网络 / x6 R3 b" u% e' @1 Q5 ?0 D2 T' N
download page 下载页面,获取页面html
6 M) T9 P& A, n0 r& c( Jget proxy from the rule set 从规则集中获取代理
7 I& E( v6 X* z/ T2 S7 i # T+ L" ^: h$ j8 P; b
10.Work with template:模板结合
8 H- m @% `& F* ~5 nget field value from the executed branch 从执行分支中获取值 o F; V2 I7 u+ p/ f
Pause 暂停
; M2 \) g: m0 {% y, u5 u* ltemplate name 模板名称9 B1 A$ m3 k# k4 h z- W
folder of the current project 当前项目的文件夹
, ]( l/ b5 t, j. Y7 c# t3 Oproxy rules of the current project 当前项目的代理规则; l/ K1 P. d$ z d! f6 f9 o* x
( L3 m5 I& A! h+ n7 F
11.Time:时间
' H$ J# q" k# M! Pcurrent time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS# q: z5 Y' r7 X' l! ]
current time milliseconds 当前的时间毫秒
9 i: W2 e+ A% ~3 j! K5 p" Kcurrent time seconds 当前时间秒* o$ k4 d" V, t3 _
current time minutes 当前时间分钟1 h& n0 Z* X0 Y. c3 g u
current time hour 当前时间小时4 L7 y C+ p. V. w4 j
current time day of week 当前的一周中的星期几
% N. A( ^7 N# b/ Z5 B& Vcurrent date 当前日期
, z: {& ~( k2 B* Z, h scurrent month 当前月份! _2 s) u. x& s: \( n
current year 当前年% Y3 t, x, E4 d* i; v
|
评分
-
查看全部评分
|