mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-15 07:38:33 +00:00
38 lines
625 B
Plaintext
38 lines
625 B
Plaintext
---
|
|
title: Conditional Modifiers
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
|
|
# Conditional Modifiers
|
|
|
|
## lastOf
|
|
|
|
<JsDoc client:idle name="Pattern.lastOf" h={0} />
|
|
|
|
## firstOf
|
|
|
|
<JsDoc client:idle name="Pattern.firstOf" h={0} />
|
|
|
|
## when
|
|
|
|
<JsDoc client:idle name="Pattern.when" h={0} />
|
|
|
|
## chunk
|
|
|
|
<JsDoc client:idle name="Pattern.chunk" h={0} />
|
|
|
|
### chunkBack
|
|
|
|
<JsDoc client:idle name="Pattern.chunkBack" h={0} />
|
|
|
|
## arp
|
|
|
|
<JsDoc client:idle name="Pattern#arp" h={0} />
|
|
|
|
## arpWith
|
|
|
|
<JsDoc client:idle name="Pattern#arpWith" h={0} />
|