> > Voting is now closed. mb_trim, mb_ltrim and mb_rtrim of result is yes:15, > no:0. > I will soon change from draft pull request > (https://github.com/php/php-src/pull/12459) to normal pull request. > > Regards > Yuya. > > Hi Yuya,
Can you please clear up some ambiguity for me regarding mb_trim()? Is it true that the .. character range syntax will not be supported at all or is it merely that that syntax will not be allowed when one of the range limits includes a multibyte character? Is a mix of a single byte range plus individual multibyte characters allowed? If .. is attempted, will it be silently interpretted as two literal dots or will some kind of Notice be issued? I want to keep https://stackoverflow.com/a/72865139/2943403 accurate and up to date.