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