There was an error while loading. Please reload this page.
2 parents 81d805e + ade6857 commit 5973bf4Copy full SHA for 5973bf4
lib.ua
@@ -1,9 +1,9 @@
1
# Upscale an array
2
# ? Scale Target
3
Upscale ← ▽⟜≡▽
4
-# Replace all occurrences a string in another
+# Replace all occurrences of (a) in (c) with (b)
5
# ? Needle Replacement Haystack
6
-Replace ← ⍜⊜∘≡⋅∘ ⊂⊢:≡/(×⊃≥⋅(≠0))◫2./+ ≡↻⊙¤¯⇡⧻⟜⌕⊙⊓.¤
+Replace ← ⍜⊜∘≡⋅∘⊓⊸⦷¤
7
8
---test
9
⍤⟜≍: [.1_1_2_2 .3_3_4_4] Upscale 2 [1_2 3_4]
0 commit comments