|
1.Strings processing:字符串处理
* y6 l# I* s. d; oSubstring 获取字符中的子串
; i# x4 _! i) I/ K- @. aReplace 字符串替换, ]- b8 ^0 m- s6 P0 [
Insert 插入* S, B- S( q. J! ~/ @% f! L
to uppercase 转大写
* y1 u1 Y% O3 [. K; `9 j$ zto lowercase 转小写/ p- N0 P' [& g3 R: B$ L" m
Split 把字符串按分隔符号分割成数组
1 G' J1 j8 I. ?' _( _, _" wcount of chunks after split 获取分割后的数组数, f# j) R- r7 q
remove duplicates 按分隔符号删除重复的字符串
' D$ k2 r0 p- P; C; l( F) e! ?Enter 回车* z+ j3 B& b+ c6 P
covert the char code to the char 将字符代码转为字符
4 b/ w6 m; A9 S! ]; R6 Gspintax 按spin格式随机获取% [. U) d, W& H6 `) }
translitiration of russian string (如有人知其意,希望给予一起分享)
4 ]+ s2 w3 @" Y k1 G
: @ `9 g* k+ Y8 N4 R2.Personal data:个人资料 ; z9 M* }$ h6 X
first name 获取随机名字; O$ \! Q' `2 [4 j$ @) ]+ M
last name 获取随机姓氏% j3 R! `0 M( p3 L0 V/ s
Login 获取随机登录名) S9 `, ~: x$ c# T
$ V5 V. A v4 G) }+ R
3.Regular expression:正则表达式 . H$ I0 U5 B6 @2 ?6 d* m4 Y
parse with regular expression 根据正则表达式获取字符# F* m1 V$ i$ [! C: n5 T, V
replace all strings that match a specified regular expressuion 根据正则表达式替换字符
! T. x$ d1 t% K" y7 ^ s5 N1 ~! Tsplit by a regular expression match 按正则表达式匹配分割成数组
8 _# C6 T6 h* n( t1 n) Q8 \" j. `convert string to the regular expression 字符串转换为正则表达式
- ~- L2 a p( { # U% s! j) \. l0 c X: N% P( q
4.Random:随机 ) x, m6 j) \1 \7 ? Y9 q; Q2 I
a random number within a specified range 在指定范围内的一个随机数, r1 C$ g) A7 T7 H: N( w
a random rational number within a specified range 在指定范围内随机有理数
/ [% O% Y9 z1 _7 d v/ }5 Na random text 获取随机文本2 f( @" _2 V. l( x F) H" ?
Shuffle 按分隔符打乱文本# l/ r6 x& t+ ], ~8 N+ `
/ F- \* A' s3 n) D8 Z/ w4 P5.Files and directories:文件和目录
9 f2 A/ P2 C2 w' E* ftake a line from the file 从文件中获取一行数据+ ]+ k5 T+ ~" ?- d8 _; \
get block of text from the file 从文件根据分隔符获取文本块
& T1 t( f" N) a* ?2 Kappend line(s) to a file 附加行到一个文件
8 M( R) g7 p1 w6 {7 X+ ^6 |- }the number of strings actually contained in the file 获取行数
4 e6 q. s: e+ [determine whether the specified file exists 确定是否存在指定的文件; [7 J5 @2 g9 j6 f
copy the existing files to the new location 现有的文件复制到新的位置
* m! e( e8 `9 R' U! r8 a' U9 fthe number of files actually contained in the directory 获取目录中的文件数量
; h6 i* R( `- d) W$ d$ U* Sthe path to a random file in the directory 目录中的一个随机文件的路径
# R. u! m/ N: W! F6 J0 Y0 u$ Y9 H3 odelete file(s) by mask in the directory 删除目录中指定后缀的文件
- V0 g0 O5 D& R$ C- \* z' l9 {delete the specified file 删除指定的文件+ b- p5 Z8 ^8 i: @
deletes the specified directory 删除指定的目录
6 [0 r. G( _9 f& X! Vthe full path to the zennoposter zennoposter 安装的路径# ~7 `! B1 g$ t$ Z
( }2 [: |* p; ~$ r6.Javascropt and debug:javascropt和调试 ' R0 C9 ]2 h+ H- f/ [6 `
execute javascript 执行JavaScript
& V( v8 Q* _2 ]% yprepare text for the javascript JavaScript的文本4 O, o7 D+ c% E. W' U2 y' L, q+ K
Alert javascription 输出框
3 \2 X) C! W5 u; `: I y1 f + R9 g5 s4 Q: {# n6 S) x1 b
7.Counters:计数器
0 W% Y9 ~4 K" y% v$ ^( linit counter with the value 初始化计数器值
9 y2 e( q, X6 o5 M" \increase counter value 增加计数器的值
u; M. y! C/ R7 v7 W1 Umultiple counter value 多个计数器的值
! j& C9 g3 g* tget counter value 获得计数器的值! \% u/ B D m+ X6 w) s2 t
( P" {9 `2 T1 B& m8.Global storage:全局数
4 C' u4 G+ D( r6 W D( y) [3 w, \set value to the specified key 设置指定的键的值
4 y, P+ ~% z5 X) c1 M# |4 m) }5 Yget value from the specified key 获得从指定键的值
, A0 I$ V$ L3 H. l8 F1 o9 fset value to the global counter 设置全局计数器0 h! q6 K: Q# J. }4 D9 H- t2 _6 v
get value from the global counter 获得全局计数器& K3 w% D8 l0 \. L
increase the value of the global counter 增加全局计数器
9 L; v3 ~, @5 A' F. q6 k3 d0 p# Bmultiply the value of the global counter 多个全局计数器
& N0 E5 _0 H0 ?) F7 j# | + p8 X; ~& [, k8 Y
9.Network:网络
; g7 p3 w3 \9 p8 |5 bdownload page 下载页面,获取页面html- R$ `7 p- z3 v0 v
get proxy from the rule set 从规则集中获取代理" \/ @+ H6 N* h
# ^4 E% ^3 x% p5 t% a \10.Work with template:模板结合
; \$ J/ b6 O6 uget field value from the executed branch 从执行分支中获取值) I6 s' ]# |4 g2 r4 {3 m9 V. b
Pause 暂停& V. w' _! }1 G/ U
template name 模板名称
$ }$ @" Z D! Q/ X# ?7 l( zfolder of the current project 当前项目的文件夹5 D0 z, ^# @2 Y6 O9 |
proxy rules of the current project 当前项目的代理规则
[$ D! X5 J, m) R- } ( v5 y8 s. y. T9 l6 y
11.Time:时间 8 Y# x3 s3 `. b3 \! k; n0 C1 C
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS7 `2 v5 b0 `7 L8 [* n
current time milliseconds 当前的时间毫秒
0 J5 j& ^$ b( Y2 Z% a# ^current time seconds 当前时间秒
# | U) z. [' t1 ycurrent time minutes 当前时间分钟" x0 j, U1 | I0 \) X
current time hour 当前时间小时" ^# }7 H4 v: P# c9 z
current time day of week 当前的一周中的星期几
/ |+ K' x# e( r2 v" A5 J/ [current date 当前日期! `' s# q- d5 ~9 e& {
current month 当前月份
2 I, o- A# Z( i& |current year 当前年: e1 m \* e z6 o5 H0 Q$ W4 `9 S. x7 H
|
评分
-
查看全部评分
|