Product Description:
- Build complex regular expressions by selecting components from a palette
- Test expressions against real or sample input data
- Display all matches in a tree structure, showing captured groups, and all captures within a group
- Build replacement strings and test the match and replace functionality
- Highlight matched text in the input data
- Test automatically for syntax errors
- Generate Visual Basic or C# code
- Save and restore data in a project file
- Maintain and expand a library of frequently used regular expressions
1. Giới thiệu:
RE là một ngôn ngữ cực mạnh dùng mô tả văn bản cũng như thao tác trên văn bản. Một RE thường được ứng dụng lên một chuỗi, nghĩa là lên một nhóm ký tự.
Chẳng hạn, ta có chuỗi sau:
Mot, Hai, Ba, Bon, NEVERLAND.
Bạn có thể trả về bất cứ hoặc tất cả các chuỗi con của nó (Hai hoặc Bon chẳng hạn) hoặc thay đổi phiên bản của những chuỗi con của nó (Mot hoặc BoN chẳng hạn).