This is the changelog file for the sm_regex (SM Regular Expressions Calculator) tool. Release 0.0.1.1 (2021-04-22) =========================== This is the first public release of the sm_regex (SM Regular Expressions Calculator) tool. Features of the SM Regular Expressions Calculator (0.0.1.1): -------------------- - 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);