Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5150
    leo_zzz
    Participant

    i try to highlight the columns 1-6, 7 separately.
    with the first expression of “^.{1,6}”, column 1-6 has been highlighted successfuly, when i try to code the expression of “(?!^.{6}).” to highlight the column 7 , it failed:-(
    could any one tell me what’s the problem of my expression?
    thanks a lot~ 8-)

    #5155
    leo_zzz
    Participant

    i got it,should be “(?<=^.{6})."

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