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.
1 parent 96680e3 commit 13941dcCopy full SHA for 13941dc
specs/jsonschema-core.md
@@ -374,9 +374,9 @@ tokens:
374
- complemented simple character classes (`[^abc]`);
375
- complemented range character classes (`[^a-z]`);
376
- simple quantifiers: `+` (one or more), `*` (zero or more), `?` (zero or one),
377
- and their lazy versions (`+?`, `*?`, `??`);
+ and their non-greedy versions (`+?`, `*?`, `??`);
378
- range quantifiers: `{x}` (exactly x occurrences), `{x,y}` (at least x, at most
379
- y, occurrences), {x,} (x occurrences or more), and their lazy versions;
+ y, occurrences), {x,} (x occurrences or more), and their non-greedy versions;
380
- the beginning-of-input (`^`) and end-of-input (`$`) anchors;
381
- simple grouping (using `(` and `)`) and alternation (`|`).
382
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments