This website works better with JavaScript
首页
发现
帮助
注册
登录
isundil
/
jsonStroller
关注
1
点赞
1
派生
0
文件
工单管理
0
合并请求
0
标签管理
里程碑
创建工单
#12
Search flags
已关闭
由
isundil
于
9 年之前
创建 · 1 条评论
isundil
评论于
9 年之前
identify some search flags,
/i : case insensibility
/bnks (bool, number, key, string)
ex:
/PATTERN/ik case-insensible search for PATTERN in keys
Refs
#8
identify some search flags, - /i : case insensibility - /bnks (bool, number, key, string) ex: - /PATTERN/ik case-insensible search for PATTERN in keys Refs #8
isundil
评论于
9 年之前
所有者
/w : match whole word (/(separator)PATTERN(separator)/)
/f : match full string (/^PATTERN$/)
- /w : match whole word (/(separator)PATTERN(separator)/) - /f : match full string (/^PATTERN$/)
isundil
在代码提交
9 年之前
中引用了该工单
[Refs #12] Add ignorecase, search only numbers, object keys, string and bool
isundil
在代码提交
9 年之前
中引用了该工单
[Fix #12] search whole word or exact string
isundil
于
9 年之前
关闭
登录
并参与到对话中。
标签
清除选中标签
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
未选择标签
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
里程碑
取消选中里程碑
未选择里程碑
v1.0.2
指派成员
取消指派成员
未指派成员
isundil
1 名参与者
内容编辑
效果预览
正在加载...
取消
保存
这个人很懒,什么都没留下。
identify some search flags,
ex:
Refs #8