I've made a universal (works on strings and lists) slicer
It just uses the underlying JS slice function with some custom adjustments of the start/end parameters
The starting point was the strings library block and inspired by the ambidextrous string/list handing in the words library
These are the example of what parameters return what result
List Slicing
String Slicing
I have deliberately coloured in the word slice using the list colour to show that the block works with both strings and lists
What do people feel about it? Got any better ideas?
ProjectName=slice
Update notes
23Feb2021 10:30 - added default text, start and end values