Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Bryan765

1 Comments

Sorted by latest first Latest Oldest Best

 

@Yeniel278

They are called regular expressions (regexp).

Most good editors have regexp support. Pesonally i use Scite, but most good text editors have this support these include but are not limited to notepad++, vim, sublime text.

Most *nix commandlines come equipped with a utilities for this. Such as grep or (egrep on most systems for regexp search), sed and awk that do the same thing if you have a mac or linux then most of these just work.

Most porgramming languages have direct regexp support, and those that do not have some module to implement it instead.

Many word processors include this feature, including MS Word, and many many others. In fact InDesign was probably one of the last programs to be added this feature.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme