itm_cut_ary_testSimple start time : 4Jun2022 20h19m28s +--+-----+----+--------------------------------------------+ |OK|test#|dat0|dat1 | +--+-----+----+--------------------------------------------+ | l|t01 |a |abcdefghij | +--+-----+----+--------------------------------------------+ | l|t02 |j |abcdefgdefj | +--+-----+----+--------------------------------------------+ | l|t03 |e |abcdefgdefj | +--+-----+----+--------------------------------------------+ | l|t04 | |abcdefgdefj | +--+-----+----+--------------------------------------------+ | l|t05 |/ |abcd /* sdgb | +--+-----+----+--------------------------------------------+ | l|t06 |* |abcd /* sdgb */ /*dkrifggkgfg*/ | +--+-----+----+--------------------------------------------+ | l|t07 |* |abcd /* sdgb /*jhkjk *** */ sd/*zfes /*fr| +--+-----+----+--------------------------------------------+ | l|t08 | |abcd /* sdgb /*jhkjk *** */ sd/*zfes /*fr| +--+-----+----+--------------------------------------------+ +--+-----+----------------------------------------------+----------------------------------------------+ |OK|test#|std |calc | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t01 |+---------+ |+---------+ | | | ||bcdefghij| ||bcdefghij| | | | |+---------+ |+---------+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t02 |+----------+ |+----------+ | | | ||abcdefgdef| ||abcdefgdef| | | | |+----------+ |+----------+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t03 |+----+---+--+ |+----+---+--+ | | | ||abcd|fgd|fj| ||abcd|fgd|fj| | | | |+----+---+--+ |+----+---+--+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t04 |+-----------+ |+-----------+ | | | ||abcdefgdefj| ||abcdefgdefj| | | | |+-----------+ |+-----------+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t05 |+------+------+ |+------+------+ | | | ||abcd |* sdgb| ||abcd |* sdgb| | | | |+------+------+ |+------+------+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t06 |+-------+------+----+-----------+-+ |+-------+------+----+-----------+-+ | | | ||abcd /| sdgb |/ /|dkrifggkgfg|/| ||abcd /| sdgb |/ /|dkrifggkgfg|/| | | | |+-------+------+----+-----------+-+ |+-------+------+----+-----------+-+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t07 |+-------+--------+------+-+------+------+--+ |+-------+--------+------+-+------+------+--+ | | | ||abcd /| sdgb /|jhkjk | |/ sd/|zfes /|fr| ||abcd /| sdgb /|jhkjk | |/ sd/|zfes /|fr| | | | |+-------+--------+------+-+------+------+--+ |+-------+--------+------+-+------+------+--+ | +--+-----+----------------------------------------------+----------------------------------------------+ | l|t08 |+--------------------------------------------+|+--------------------------------------------+| | | ||abcd /* sdgb /*jhkjk *** */ sd/*zfes /*fr|||abcd /* sdgb /*jhkjk *** */ sd/*zfes /*fr|| | | |+--------------------------------------------+|+--------------------------------------------+| +--+-----+----------------------------------------------+----------------------------------------------+ +--+-----+---------------------------------------------------------------------------------------------------+ |OK|test#|comments | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t01 |obvious - note that a LIST is returned! In this case a list of 1 str. | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t02 |obvious | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t03 |obvious - note that there are >1 strs in the result. | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t04 |obvious | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t05 |obvious | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t06 |obvious | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t07 |obvious | +--+-----+---------------------------------------------------------------------------------------------------+ | l|t08 |seems reasonable? cutting with null returns a list with the entire string (I"m not sure about this)| +--+-----+---------------------------------------------------------------------------------------------------+ ~~...~~