iamhrh2

editplus 中如何去掉空格

  •  
  •   iamhrh2 · May 7, 2024 · 3272 views
    This topic created in 800 days ago, the information mentioned may be changed or developed.
    editplus 中如何去掉空格


    只保留  中文与中文 数字和数字 英文和英文 英文和数字 数字和英文之间的空格

    其余空格全部去掉,,这种正则应该怎么写
    chaos93
        1
    chaos93  
       May 7, 2024
    (?<=\d)(?=[\u4e00-\u9fa5])|(?<=[\u4e00-\u9fa5])(?=\d)|(?<=\d)(?=[a-zA-Z])|(?<=[a-zA-Z])(?=([\u4e00-\u9fa5]))|(?<=[\u4e00-\u9fa5])(?=[a-zA-Z])
    iamhrh2
        2
    iamhrh2  
    OP
       May 7, 2024
    @chaos93 好像不行
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2512 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 16:09 · PVG 00:09 · LAX 09:09 · JFK 12:09
    ♥ Do have faith in what you're doing.