Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
a3300bf4
Commit
a3300bf4
authored
Oct 05, 2016
by
Milo Yip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix schema.zh-cn.md
parent
ba56498d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
schema.zh-cn.md
doc/schema.zh-cn.md
+3
-3
No files found.
doc/schema.zh-cn.md
View file @
a3300bf4
...
...
@@ -157,7 +157,7 @@ JSON Schema 支持 [`$ref` 关键字](http://spacetelescope.github.io/understand
~~~
class MyRemoteSchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
public:
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeTyp length) {
virtual const SchemaDocument* GetRemoteDocument(const char* uri, SizeTyp
e
length) {
// Resolve the uri and returns a pointer to that schema.
}
};
...
...
@@ -185,7 +185,7 @@ RapidJSON 实现了一个简单的 NFA 正则表达式引擎,并预设使用
|语法|描述|
|------|-----------|
|
`ab`
| 串联 |
|
`a|b`
| 交替 |
|
<code>
a
|
b
</code>
| 交替 |
|
`a?`
| 零或一次 |
|
`a*`
| 零或多次 |
|
`a+`
| 一或多次 |
...
...
@@ -202,7 +202,7 @@ RapidJSON 实现了一个简单的 NFA 正则表达式引擎,并预设使用
|
`[^abc]`
| 字符组取反 |
|
`[^a-c]`
| 字符组范围取反 |
|
`[\b]`
| 退格符 (U+0008) |
|
`\|`
,
`\\`
, ... | 转义字符 |
|
<code>
\\
|
</code>
,
`\\`
, ... | 转义字符 |
|
`\f`
| 馈页 (U+000C) |
|
`\n`
| 馈行 (U+000A) |
|
`\r`
| 回车 (U+000D) |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment