atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 219 forks source link

Support character classes #1132

Open AlexWayfer opened 3 years ago

AlexWayfer commented 3 years ago

Summary

Add character classes support: https://en.wikipedia.org/wiki/Regular_expression#Character_classes

Motivation

It sometimes shorten and, for example, [:word] support not only Latin characters.

Describe alternatives you've considered

[a-zA-Zа-яА-ЯёЁ]

Additional context

image