6 lines
168 B
Text
6 lines
168 B
Text
|
|
| ?- top_and_tail::test('Rosetta').
|
||
|
|
String with first character cut: osetta
|
||
|
|
String with last character cut: Rosett
|
||
|
|
String with first and last characters cut: osett
|
||
|
|
yes
|