Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4612
    yongfa365
    Member

    ”””””””””””””””””””””””””””””””
    I can use

    document.selection.Replace “n”,”EnterEnterEnter”,eeFindNext Or eeReplaceSelOnly Or eeReplaceAll Or eeFindReplaceRegExp
    document.selection.Replace “(EnterEnterEnter)+”,”EnterEnterEnter”,eeFindNext Or eeReplaceSelOnly Or eeReplaceAll Or eeFindReplaceRegExp
    document.selection.Replace “EnterEnterEnter”,”n”,eeFindNext Or eeReplaceSelOnly Or eeReplaceAll Or eeFindReplaceRegExp
    ”””””””””””””””””””””””””””””””
    ”””””””””””””””””””””””””””””””
    but can’t use

    document.selection.Replace “n+”,”n”,eeFindNext Or eeReplaceSelOnly Or eeReplaceAll Or eeFindReplaceRegExp
    Or
    document.selection.Replace “n{2,}”,”n”,eeFindNext Or eeReplaceSelOnly Or eeReplaceAll Or eeFindReplaceRegExp

    ””””””””””””””””””””””””””””””” :-(

    I want to this
    “n+”–>”n”

    #4636
    kuo_city
    Member

    1. Press Ctrl + K
    2. Change to “Search” Tab
    3. Change “Additional Lines to Search for Regular Expressions” greater than 0

    Maybe this can solve your problem.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.