|
1.Strings processing:字符串处理
1 A3 @8 s3 F' d4 t5 T) z) [Substring 获取字符中的子串. J1 J7 V) f( e& u
Replace 字符串替换
" Y" k# y" S' f7 jInsert 插入
/ X# n7 [- {8 q4 ^5 X5 bto uppercase 转大写* d* W+ K# r" Y1 T# V
to lowercase 转小写
5 Q, \, h0 a! \Split 把字符串按分隔符号分割成数组
" O7 j3 s) A b: u2 p# b# Hcount of chunks after split 获取分割后的数组数
A$ Q C8 l* f3 H9 i' yremove duplicates 按分隔符号删除重复的字符串9 ~% p) V4 Z4 y1 r% o
Enter 回车& T/ \" L8 \% v
covert the char code to the char 将字符代码转为字符: o3 @3 Q+ w+ R# d: |1 e% f- H
spintax 按spin格式随机获取6 g- K& T1 x8 Y' Z* a$ R, d9 W8 L
translitiration of russian string (如有人知其意,希望给予一起分享), y& x Y! L- j
, ]3 j* L) D% K: X" s& H' `
2.Personal data:个人资料 3 \( a& _: V/ K. U+ o( w! |
first name 获取随机名字
1 A4 x( T. X' p ^& M, s' ]last name 获取随机姓氏& C2 i) c. `2 d8 T
Login 获取随机登录名% w5 f! [2 b. k& V( ^0 E# k
' C% ?& V3 Y6 e* t& d. T$ c1 ^3.Regular expression:正则表达式
# f4 _3 Z1 v, W1 iparse with regular expression 根据正则表达式获取字符2 |: ?# M4 G+ R) b1 I( \/ ^
replace all strings that match a specified regular expressuion 根据正则表达式替换字符8 |, m4 [4 l/ V
split by a regular expression match 按正则表达式匹配分割成数组
0 I. {* @! Z! W" k6 j4 Z. C7 Kconvert string to the regular expression 字符串转换为正则表达式
. o9 N% O$ W$ ]) P+ I, c. H% U8 u- N
7 ^ B$ i `/ h$ C- K. t3 f" w4.Random:随机
( E% E( x/ X2 J5 b$ N. }1 pa random number within a specified range 在指定范围内的一个随机数
) Q S$ f0 p4 M* {, F6 r+ d" va random rational number within a specified range 在指定范围内随机有理数- a9 d3 Q' {8 a7 j& m+ F" \
a random text 获取随机文本
4 }3 P) O& r: jShuffle 按分隔符打乱文本
3 M$ V2 j: J1 Y. F0 S% p' t # P, _6 O9 x- n4 p3 c2 `* {
5.Files and directories:文件和目录 # D& O5 n7 [$ y9 J9 l
take a line from the file 从文件中获取一行数据
" N2 O" ?0 ?- v( r1 ?/ P4 e. p6 Nget block of text from the file 从文件根据分隔符获取文本块
: n! i0 J1 ~; p8 Xappend line(s) to a file 附加行到一个文件 }" r0 t. R$ M$ _) |( n7 J
the number of strings actually contained in the file 获取行数" z/ D' I+ N* {
determine whether the specified file exists 确定是否存在指定的文件: I2 q& E. V/ C2 L
copy the existing files to the new location 现有的文件复制到新的位置
/ ? [/ U- z r, u2 K& ithe number of files actually contained in the directory 获取目录中的文件数量, m$ A8 n' o& a. y
the path to a random file in the directory 目录中的一个随机文件的路径
# S- @* O/ z3 Kdelete file(s) by mask in the directory 删除目录中指定后缀的文件/ ~1 t3 a; I1 b x" w# Y2 w
delete the specified file 删除指定的文件
* o1 |! z& D `% }: d# Ddeletes the specified directory 删除指定的目录: S1 I: j8 j) d( d
the full path to the zennoposter zennoposter 安装的路径2 ~$ a( E5 A/ A \4 F. |8 Z. k
8 _; i( m& U2 z$ J0 I5 \8 Z
6.Javascropt and debug:javascropt和调试
- E4 q" O7 C% k+ r4 sexecute javascript 执行JavaScript
" m: C+ l' v8 Nprepare text for the javascript JavaScript的文本
* a& { [9 }6 X- F- c" A' l) Y% c/ }8 zAlert javascription 输出框
' r# E; U) E* ^# Y. V) [
7 X! V" f0 U' A7.Counters:计数器 # i7 a7 X! V; a! d ]
init counter with the value 初始化计数器值9 D7 s8 W. K4 N- q# c4 z! f4 c4 W
increase counter value 增加计数器的值/ P! \$ `9 ?# S) @, D2 A$ K' _
multiple counter value 多个计数器的值( ^# T# I9 R8 |# {9 \$ p, U% A
get counter value 获得计数器的值
/ n+ n' w5 [( D z2 E& T2 H& p+ ?$ D
8.Global storage:全局数
Z- v; Y6 ?! E! w5 rset value to the specified key 设置指定的键的值
4 F3 I6 }9 J9 d7 _$ hget value from the specified key 获得从指定键的值
' `4 }4 k( i" A5 Bset value to the global counter 设置全局计数器( f# y' I6 S( I* w7 [; H0 q& r. O9 L
get value from the global counter 获得全局计数器, p& [# q* j% ~
increase the value of the global counter 增加全局计数器# h8 M' n9 H. [8 B& q# \3 p
multiply the value of the global counter 多个全局计数器
/ A; l: ?" ?* L; S
2 ]) h t3 m: J8 \6 @" O9.Network:网络 3 q! l+ L2 [$ P
download page 下载页面,获取页面html
& T1 w3 o! e# nget proxy from the rule set 从规则集中获取代理( N# X ?' Z3 \9 M$ |' O& j( c% G
; T0 I5 n: m! j ~) J+ S
10.Work with template:模板结合
/ P) l' p/ x) c3 Z/ Gget field value from the executed branch 从执行分支中获取值
8 f2 t* E; j2 ?1 ?Pause 暂停! H5 _0 B0 R$ B
template name 模板名称
! m+ Q( i1 K( d2 t. A" rfolder of the current project 当前项目的文件夹+ T( b6 Z& W7 F% j7 u, Y) f
proxy rules of the current project 当前项目的代理规则
7 x3 ?9 t5 A3 _
. V# E& b- E- C8 Y11.Time:时间
9 g; T0 _7 k! f6 }! Dcurrent time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS+ D: q' d, Y3 k
current time milliseconds 当前的时间毫秒) p$ \ P, n' Y X X
current time seconds 当前时间秒
3 C% _9 Y0 u$ Ycurrent time minutes 当前时间分钟4 A) I* ^: G+ K5 t, T2 \
current time hour 当前时间小时
" c( o* T* ^; V% H" Jcurrent time day of week 当前的一周中的星期几# U l( V6 L" k# {* G; W+ s0 d
current date 当前日期$ F! y: r0 g, @+ p' _! h
current month 当前月份
/ m; P7 I$ E, [5 Xcurrent year 当前年
$ Z1 F! ?1 {& z: V2 A |
评分
-
查看全部评分
|