ReadMe (user documentation) file for the sm_regex (SM Regular Expressions Calculator) tool.
----------------------------------------
In this document user can find necessary info about usage of this tool
(sm_regex - SM Regular Expressions Calculator) and reference of all functionality of this tool.
Features of the SM Regular Expressions Calculator:
--------------------
- Multi-platform application: there are builds for Windows 64/32 (.zip) and Linux 64/32 (.tar.gz);
- Calculation a Match (finds all substrings in the input string which match a regular expression pattern
and returns all occurrences) using regular expressions;
- Calculation a Replace (finds all substrings in the input string which match a regular expression pattern
and replaces all occurrences, by entered replacement text), using regular expressions;
- Calculation a SubExpressions (finds all substrings in the input string which match a regular expression pattern
and separates text, by found substrings), using regular expressions;
- Usage follow Regular Expressions engines: Qt RegEx, STL C++ RegEx (C++ 11);
- Usage ECMAScript standard (by both engines as Qt RegEx as STL C++ RegEx (C++ 11));
- One-line and multi-line modes;
- Case-insensitive and case-sensitive modes;
- Saving the result in the Clipboard;
- Saving the result in a Text File;
- Tuning interface, usage Light and Dark themes;
- Usage database, where Regular Expressions and options (one-line/multi-line and case-insensitive/case-sensitive),
using during calculations can be saved;
- Usage the System Tray on the Windows and Linux platforms during work of the SM Regular Expressions Calculator tool;
- Log of results and applications workflow;
- Portable build/version (archive(s) which can be just extracted);
Downloading the SM Regular Expressions Calculator binary files:
--------------------
Binary files of the sm_regex (SM Regular Expressions Calculator) tool can de found here:
http://smansoft.com/sm_regex/
.
--------------------
Copyright (C) 2021 SManSoft
Sergey Manoylo