1. Introduction
2. Quick Start
3. The Menu
4. Sanitizing Text
5. Regular Expressions
6. Problems
The top menu bar is located at the top left hand side of the application. It contains several important commands that are to be used while sanitizing text. Shortcuts are listed to the right-side of the commands. The main drop down called "File" contains a variety of commands for interacting with the program. The "Edit" drop down contains the undo and redo commands along with the Mark lines command. The "Regex" drop down contains commands that are specific to regular expression functions.

![]() |
|
![]() |
|
![]() |
|
To begin the user loads a chat file by going to the menu and selecting the Load chat file option. The user should select the desired file from the file dialog that appears.

Once the file has been loaded the user should choose the Mark lines menu item (also Ctrl-M).

The program traverses the text and checks for any areas that match the loaded regular expressions. Sensitive text is marked in red and the current flagged line is highlighted in yellow.

After viewing the highlighted text the user can choose to either replace the text with a generic sanitized statement using the "Replace current with statement" button, or move to the next flagged line with the "next" button. Pressing the "back" button will highlight the previous flagged line. The user can press 'alt+down arrow' to go to the next line or 'alt+up arrow' to go back.
![]() |
![]() |
The user can also select text with the mouse and replace this text with a generic statement using the "Insert statement at selected text" button. If you click in the text area the cursor does not appear. Clicking the "Insert statement at selected text" button without any selected text will insert a statement at the last clicked location.

To load the new file choose the "Load regular expressions" menu item from the main menu and find the regex file you created.
