We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d79cf + 4cc993f commit a091943Copy full SHA for a091943
specs/jsonschema-core.md
@@ -379,9 +379,9 @@ tokens:
379
- complemented simple character classes (`[^abc]`);
380
- complemented range character classes (`[^a-z]`);
381
- simple quantifiers: `+` (one or more), `*` (zero or more), `?` (zero or one),
382
- and their lazy versions (`+?`, `*?`, `??`);
+ and their non-greedy versions (`+?`, `*?`, `??`);
383
- range quantifiers: `{x}` (exactly x occurrences), `{x,y}` (at least x, at most
384
- y, occurrences), {x,} (x occurrences or more), and their lazy versions;
+ y, occurrences), `{x,}` (x occurrences or more), and their non-greedy versions;
385
- the beginning-of-input (`^`) and end-of-input (`$`) anchors;
386
- simple grouping (using `(` and `)`) and alternation (`|`).
387
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments