preg_split unexpected behavior

前端 未结 3 1470
囚心锁ツ
囚心锁ツ 2021-01-27 11:47

I use preg_split as the following:

I ex

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-27 12:31

    You can also use T-Regx tool and you won't have such problems :)

    Delimiters are not required

    split($num);
    
    print_r($segments);
    

提交回复
热议问题