September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
1
Task/String-matching/Factor/string-matching-1.factor
Normal file
1
Task/String-matching/Factor/string-matching-1.factor
Normal file
|
|
@ -0,0 +1 @@
|
|||
"cheesecake" "cheese" head? ! t
|
||||
1
Task/String-matching/Factor/string-matching-2.factor
Normal file
1
Task/String-matching/Factor/string-matching-2.factor
Normal file
|
|
@ -0,0 +1 @@
|
|||
"sec" "cheesecake" subseq? ! t
|
||||
1
Task/String-matching/Factor/string-matching-3.factor
Normal file
1
Task/String-matching/Factor/string-matching-3.factor
Normal file
|
|
@ -0,0 +1 @@
|
|||
"cheesecake" "cake" tail? ! t
|
||||
1
Task/String-matching/Factor/string-matching-4.factor
Normal file
1
Task/String-matching/Factor/string-matching-4.factor
Normal file
|
|
@ -0,0 +1 @@
|
|||
"sec" "cheesecake" subseq-start ! 4
|
||||
2
Task/String-matching/Factor/string-matching-5.factor
Normal file
2
Task/String-matching/Factor/string-matching-5.factor
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
USE: regexp
|
||||
"Mississippi" "iss" <regexp> all-matching-slices [ from>> ] map ! { 1 4 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue