|
1.Strings processing:字符串处理- K1 F: t: ~# t: A/ F% y
Substring 获取字符中的子串3 [. A+ ?3 ~( V: ?8 G3 r/ T
Replace 字符串替换2 G k* [! m3 n6 h$ H; A
Insert 插入$ B. n: w: Y1 I
to uppercase 转大写, e+ y. F; u; `* ^9 B7 U
to lowercase 转小写
, D: L% f+ H& lSplit 把字符串按分隔符号分割成数组
$ r& \% T- O) z+ Z- ^3 m- scount of chunks after split 获取分割后的数组数) a+ E& u' Y8 Z9 {" t
remove duplicates 按分隔符号删除重复的字符串" w9 _0 `6 o1 n; n
Enter 回车7 o& Y' E6 Q8 T8 H6 I
covert the char code to the char 将字符代码转为字符: ?9 U, x. T3 r o0 I
spintax 按spin格式随机获取
* |/ n9 ^( ?7 c& itranslitiration of russian string (如有人知其意,希望给予一起分享)
3 ?! {- |% c) i9 G+ w5 E# m
2 c/ |9 R& [* d- |, s: H# ^6 e& J8 ?2.Personal data:个人资料
7 `. j6 v" h9 \. }1 f# O$ Sfirst name 获取随机名字
; V5 S, f$ u/ C; |8 j+ o( Tlast name 获取随机姓氏
" f6 V0 c, |# h! }0 X6 OLogin 获取随机登录名
* L, ?1 V" u" g3 I$ t" _9 S& d
9 h; U+ M: h0 b3 t9 L3.Regular expression:正则表达式 ; b) `1 N4 {) @3 L: A
parse with regular expression 根据正则表达式获取字符
1 f* B( n" X4 Y4 ^' H: F1 _- Yreplace all strings that match a specified regular expressuion 根据正则表达式替换字符- Z/ @# v0 p3 c2 k# {) |
split by a regular expression match 按正则表达式匹配分割成数组
, e2 h$ k, v* @convert string to the regular expression 字符串转换为正则表达式
( X8 i5 i( G, s. V" f9 o
9 x# k7 k, B6 v" V2 b. j5 U# B0 M) {4.Random:随机
5 n( \" j+ [- T$ Ua random number within a specified range 在指定范围内的一个随机数8 s+ v- L6 D9 m8 Y
a random rational number within a specified range 在指定范围内随机有理数
/ l) O0 K* s. ]! @5 S2 c* xa random text 获取随机文本- l9 N" w0 a& U& L/ n9 ~. i, V
Shuffle 按分隔符打乱文本0 I$ F1 b, Z" G9 r
, w, W/ f0 ~6 n6 }0 D6 U
5.Files and directories:文件和目录 ! y& i$ E0 m% K" L% O2 q
take a line from the file 从文件中获取一行数据
( N" s% r% @# R% j. aget block of text from the file 从文件根据分隔符获取文本块/ R- X& Z+ O1 ~$ c; M2 T1 F- d
append line(s) to a file 附加行到一个文件 \9 s+ r2 c/ u
the number of strings actually contained in the file 获取行数6 m& l# v; k% H; O
determine whether the specified file exists 确定是否存在指定的文件
; ?6 i! P, m& Ycopy the existing files to the new location 现有的文件复制到新的位置& {5 r4 |: R K, |) D! ]8 S( x5 x
the number of files actually contained in the directory 获取目录中的文件数量2 l" P; U% G f! t3 `
the path to a random file in the directory 目录中的一个随机文件的路径5 }' i# C3 t) A) s. a. F* C4 U
delete file(s) by mask in the directory 删除目录中指定后缀的文件3 J4 c; g; h# q0 _) B/ o( P
delete the specified file 删除指定的文件0 ?! D) B' t7 [
deletes the specified directory 删除指定的目录
4 |9 P+ Q: S K0 Gthe full path to the zennoposter zennoposter 安装的路径: U% O2 Q9 F9 C
7 P4 ~; q0 b7 k* ~" x {6.Javascropt and debug:javascropt和调试 ; m( H- U9 t( _
execute javascript 执行JavaScript! Y0 T0 [2 {) ]# ]
prepare text for the javascript JavaScript的文本
' H! u3 \) g$ t$ K- ^ tAlert javascription 输出框
- i6 j9 W+ d9 N4 M- L+ a " [- T8 i4 I! W T+ A: x- N
7.Counters:计数器
& Z7 Y( J" q/ F: N$ uinit counter with the value 初始化计数器值
" T$ H8 G) m% u0 t1 I3 f5 T* |; f% iincrease counter value 增加计数器的值
, o: g0 a/ k: e( D3 Z: _multiple counter value 多个计数器的值
) O0 E. {- t; E1 Dget counter value 获得计数器的值
8 a% g& V2 K9 z# j" z( _' ~
' t6 K$ B: f, O3 I" @8.Global storage:全局数
& t% x9 Z! s. ^9 {8 Oset value to the specified key 设置指定的键的值
2 } I7 Y" q+ d- P" [* j# j. sget value from the specified key 获得从指定键的值
4 P. O6 p/ ?+ Y7 oset value to the global counter 设置全局计数器
% g' Q; i/ M; Y' y8 Dget value from the global counter 获得全局计数器
) K' O+ a! X, f- Cincrease the value of the global counter 增加全局计数器; g0 \( Y4 B4 a
multiply the value of the global counter 多个全局计数器
* m I# O$ k0 h6 Y# o' x
% d C: {3 q/ r, R; j9.Network:网络 , H y" E/ o5 }4 M
download page 下载页面,获取页面html# u% y* J ^% }* B! O7 ?2 x$ M& V- ~! c' O
get proxy from the rule set 从规则集中获取代理: b- R0 x+ N$ o/ \& S L, p/ N( m
+ Y' {+ z. K# K0 _/ h& X% K
10.Work with template:模板结合
- z6 x( [% m1 tget field value from the executed branch 从执行分支中获取值
, O% X0 ~- G# ?: B+ j' I* z0 k* |Pause 暂停
+ R" Z# Y7 |/ f6 [$ n( Y/ T. Ttemplate name 模板名称
0 z6 Y( K; s( l% Wfolder of the current project 当前项目的文件夹3 g2 w- X2 `4 I. T5 k- s
proxy rules of the current project 当前项目的代理规则1 @" m: H# u! {" F1 z4 b3 r
3 O4 l# p* g9 W3 c) i8 t! B f11.Time:时间 ! ^# U2 E ?, [5 p* \* K5 l# B
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS
8 c V. J5 Z* P% m9 m5 \& Hcurrent time milliseconds 当前的时间毫秒
' [0 E0 Y% J z5 @$ Ecurrent time seconds 当前时间秒) c. k: s- {* v% ~
current time minutes 当前时间分钟
4 C+ D+ R" L- ~4 lcurrent time hour 当前时间小时
3 A* O) ]/ ?3 G3 _% \' e: Vcurrent time day of week 当前的一周中的星期几# t: z2 q G+ ]0 X- B" i# B8 s, c
current date 当前日期% O- S; e" Y- a( i4 @
current month 当前月份
2 m& R8 A* E; U8 mcurrent year 当前年
4 [3 X1 v8 b9 i5 }/ W$ ~ |
评分
-
查看全部评分
|