|
1.Strings processing:字符串处理8 T6 q2 T1 M' [9 k g. S3 S
Substring 获取字符中的子串. R# D% @7 m& M+ ]! ?
Replace 字符串替换
- d1 Z8 G$ o) W* E$ D( yInsert 插入
2 t. y [+ K- y" r" ito uppercase 转大写' ^& `- m( ]$ m, ?. y4 R! K4 X0 ?
to lowercase 转小写
5 f( V7 k5 y, tSplit 把字符串按分隔符号分割成数组- s" R4 g6 M p: ~$ m4 k9 C3 ^
count of chunks after split 获取分割后的数组数
& Y/ F* d/ ^& @+ Y1 H7 Y% U. i$ W3 Nremove duplicates 按分隔符号删除重复的字符串
) w, \9 \0 W3 E+ N" @Enter 回车
B' v. C. T4 T2 @covert the char code to the char 将字符代码转为字符
9 |" v( z# b* A1 Uspintax 按spin格式随机获取( R, H& h8 c; j; h
translitiration of russian string (如有人知其意,希望给予一起分享)
/ Y0 V( }' H/ |- }
% y4 c& r) U( F# P6 ~" U1 J2.Personal data:个人资料
: c: j8 V& }" z5 \. L( X; cfirst name 获取随机名字* W$ {6 D! w* E0 R5 P# h
last name 获取随机姓氏
" g2 A- I1 C' t, X8 y2 J$ RLogin 获取随机登录名
8 v3 X# Z) G6 ?% _ # n, n4 \" ?) i
3.Regular expression:正则表达式
+ N& u- c7 } A6 L# z& @parse with regular expression 根据正则表达式获取字符, P" s" J4 `. v5 b2 O5 q
replace all strings that match a specified regular expressuion 根据正则表达式替换字符
) y$ q! U; U7 y. n1 [% Vsplit by a regular expression match 按正则表达式匹配分割成数组
% p( p, H P& h3 m$ r$ Yconvert string to the regular expression 字符串转换为正则表达式
( l& H, D9 f9 L; K* c, R$ L
/ @, V+ m+ `- p5 d4.Random:随机 $ P: Y2 ]* x4 z7 c3 ]
a random number within a specified range 在指定范围内的一个随机数& [) @% c2 i* |. C6 a% ^2 h# s
a random rational number within a specified range 在指定范围内随机有理数
/ Q% l, y6 b3 P, Wa random text 获取随机文本
" I2 r4 `" X, o, M7 l; yShuffle 按分隔符打乱文本' e" M1 }4 h3 h H" B+ d+ `
+ c% c: F/ O W( O" m
5.Files and directories:文件和目录 6 h, @3 R' G' [' G4 T
take a line from the file 从文件中获取一行数据
/ s0 p, o8 S9 Q# z2 u) v4 y. U! Dget block of text from the file 从文件根据分隔符获取文本块
+ V4 C5 s0 Q; tappend line(s) to a file 附加行到一个文件+ V1 k5 c* d+ `* w% Q: i
the number of strings actually contained in the file 获取行数8 t% p* V6 V w5 p
determine whether the specified file exists 确定是否存在指定的文件
# `! N, ^2 H5 i$ X8 _1 E# j" V! jcopy the existing files to the new location 现有的文件复制到新的位置( L+ {) |& A: O( f- ]* L0 S9 _
the number of files actually contained in the directory 获取目录中的文件数量8 Z& h2 V+ f) Z! {! ?" ]8 W) ^
the path to a random file in the directory 目录中的一个随机文件的路径7 H" s- t0 ?% U( W% l7 {
delete file(s) by mask in the directory 删除目录中指定后缀的文件7 t$ n4 B/ h8 H# z7 n O J2 |
delete the specified file 删除指定的文件
- ?( B" }# F, Q# fdeletes the specified directory 删除指定的目录* ]. u/ F% u+ R N
the full path to the zennoposter zennoposter 安装的路径
* O0 { _) {" s% l2 M2 T1 S/ w& B : r: u) f9 t: K4 t: H0 M
6.Javascropt and debug:javascropt和调试
; G8 I+ O" [6 q, X U6 ]% Y8 d& Jexecute javascript 执行JavaScript
; z. S L& r+ q1 g% hprepare text for the javascript JavaScript的文本' }- a* [7 B4 d* N. n
Alert javascription 输出框
5 { w! E8 a: x) B" g6 F
/ G3 m4 d" T- L. S- q# M9 z7.Counters:计数器
% X' J3 e+ U. U% U, ]init counter with the value 初始化计数器值
, h2 u2 Y3 E$ ]) ^; I4 q uincrease counter value 增加计数器的值
( ~3 ^8 J! ~4 e3 vmultiple counter value 多个计数器的值
" D; [3 k) U% u9 rget counter value 获得计数器的值
2 _; ^+ k3 p( { s9 N1 Y4 i
! G0 N% m5 Q+ d4 P8.Global storage:全局数
" w$ b$ U5 S1 f8 o, S, P/ cset value to the specified key 设置指定的键的值( E) z7 t2 ?# i- ]
get value from the specified key 获得从指定键的值
- g1 a+ e" H4 {$ u( p( J3 `set value to the global counter 设置全局计数器
* K. i6 S: a: D+ W; }get value from the global counter 获得全局计数器
5 e( j& q! W1 w! {+ Q* Uincrease the value of the global counter 增加全局计数器
3 B, f2 X% {, j( [- Dmultiply the value of the global counter 多个全局计数器. U& O/ }* O6 k; T; g
( {- x# I& c. F8 }$ d1 J2 Y9.Network:网络
2 q* z M( {" e% ?, Cdownload page 下载页面,获取页面html6 B: r/ m- Z+ a) H3 k4 S, B: T
get proxy from the rule set 从规则集中获取代理/ d5 T T# a- r9 I/ W$ N* h8 T- k9 p
. a. C0 N- V4 _0 P8 |: l10.Work with template:模板结合
) J9 @& E9 r- ^ Y) ~: Tget field value from the executed branch 从执行分支中获取值
5 e2 N1 l0 y- }0 s4 HPause 暂停
7 z/ ]2 Q1 d9 @, x7 r8 Ctemplate name 模板名称5 c/ A2 i7 o+ S; ]
folder of the current project 当前项目的文件夹
" h6 {7 R$ j& Y4 B4 [: rproxy rules of the current project 当前项目的代理规则
7 B$ I6 V( |, r
- J! T% I& l( H3 c; q! J11.Time:时间 ! R' A) r2 d/ ~1 z; s& ], Y
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS! w* L3 l2 J0 G! y( C2 u" p2 Q( {; w
current time milliseconds 当前的时间毫秒
! t; `- `+ t, f$ T( X) v& }current time seconds 当前时间秒
" E3 S9 l6 Z% R2 w6 ]0 M$ Tcurrent time minutes 当前时间分钟
& L. l8 p. q% W; H! y; pcurrent time hour 当前时间小时2 q0 T6 p" n& a, R- t
current time day of week 当前的一周中的星期几
! k5 s# b& }$ B3 H8 A" O4 O- pcurrent date 当前日期
8 H+ y. T9 p+ D2 u, wcurrent month 当前月份
9 y6 u ?. u( Q5 `: Ecurrent year 当前年2 O+ U2 D, J* ~. C; m
|
评分
-
查看全部评分
|