This website works better with JavaScript
Home
Explore
Help
Register
Sign In
isundil
/
jsonStroller
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Labels
Milestones
New Issue
#12
Search flags
Closed
opened
9 years ago
by
isundil
· 1 comments
isundil
commented
9 years ago
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
commented
9 years ago
Owner
/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
referenced this issue from a commit
9 years ago
[Refs #12] Add ignorecase, search only numbers, object keys, string and bool
isundil
referenced this issue from a commit
9 years ago
[Fix #12] search whole word or exact string
isundil
closed
9 years ago
Sign in
to join this conversation.
Labels
Clear labels
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
No Label
bug
Critical
Enhancement
json Parser
Jsondiff
jsonstroll
Less important
Optimization
WIP
Milestone
Clear milestone
No Milestone
v1.0.2
Assignee
Clear assignee
No assignee
isundil
1 Participants
Write
Preview
Loading...
Cancel
Save
There is no content yet.
identify some search flags,
ex:
Refs #8