4 lines
72 B
Text
4 lines
72 B
Text
|
|
startswith=: ] -: ({.~ #)
|
||
|
|
contains=: +./@:E.~
|
||
|
|
endswith=: ] -: ({.~ -@#)
|