duandeng7132 2013-09-24 11:08
浏览 15
已采纳

从字符串的其余部分提取前导空格

I'm looking for the quickest approach to splitting a string into its leading spaces and the rest of it?

····sth should become array("····", "sth") and ·sth· - array("·", "sth·")

* · = space

  • 写回答

2条回答 默认 最新

  • doulilou8560 2013-09-24 11:16
    关注
    $result = preg_split('/^(\s*)/', '  test ', -1, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE);
    

    outputs

    array(2) {
      [0]=>
      string(2) "  "
      [1]=>
      string(5) "test "
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 antv g6 力导向图布局
  • ¥15 各位为什么总是报错attributeerror呢,报nonetype object has no attribute group
  • ¥15 quartz框架,No record found for selection of Trigger with key
  • ¥15 锅炉建模+优化算法,遗传算法优化锅炉燃烧模型,ls-svm会搞,后面的智能算法不会
  • ¥20 MATLAB多目标优化问题求解
  • ¥15 windows2003服务器按你VPN教程设置后,本地win10如何连接?
  • ¥15 求一阶微分方程的幂级数
  • ¥15 关于#线性回归#的问题:【统计】回归系数要转化为相关系数才能进行Fisher' Z转化吗(相关搜索:回归模型)
  • ¥100 使用matlab解决含分段变量的优化问题
  • ¥15 matlab基于鲸鱼算法优化vmd