all repos — min @ f895486522eaf02fe49859aa85d20a4b7554d63c

A small but practical concatenative programming language.

Fixes
h3rald h3rald@h3rald.com
Mon, 25 Jan 2021 01:53:32 +0000
commit

f895486522eaf02fe49859aa85d20a4b7554d63c

parent

c5907d4b292e2ed132a252f01c5ff168d379783a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M site/contents/reference-str.mdsite/contents/reference-str.md

@@ -182,7 +182,7 @@ > > `"192.168.1.1, 127.0.0.1" "[0-9]+\.[0-9]+\.([0-9]+)\.([0-9]+)" search`

> > > > produces: `("192.168.1.1", "1", "1")`#} -{#op||search||{{s1}} {{s2}}||{{q}}|| +{#op||search-all||{{s1}} {{s2}}||{{q}}|| Returns a quotation of quotations (like the one returned by the search operator) containing all occurrences of {{s2}} within {{s1}}. #} {#op||semver-inc-major||{{s1}}||{{s2}}||