Select all found RegEx results in Atom

后端 未结 1 1600
轻奢々
轻奢々 2021-02-01 13:15

I\'m trying to select all of the results found by a regex find so I can modify them all (not replace them with text!), for example, making them all uppercase with

相关标签:
1条回答
  • 2021-02-01 13:58

    Pressing Alt + Enter will select all instances matching your Find results. This works for RegEx search also.

    Source: https://github.com/atom/find-and-replace/pull/290

    0 讨论(0)
提交回复
热议问题