RegularExpressions in MQL5 for working with regular expressions – library MetaTrader 5

RegularExpressions in MQL5 for working with regular expressions - library for MetaTrader 5
Real author: Microsoft Corporation. Source code taken from .Net Framework 4.6.1.  Note: The library works on the MetaTrader 5 build 1285 and higher. Unzip the archive into the terminal_data_folder. The library codes are located in the: <terminal_data_folder>\MQL5\Include\RegularExpressions\ Sample test scripts can be found in the <terminal_data_folder>\MQL5\Scripts\RegularExpressionsExamples\ Here is a translation of the RegularExpressions from .Net … Read more

Simulator regular expressions – script MetaTrader 5

Simulator regular expressions - script for MetaTrader 5
The script allows you to try regular expressions. Materials on regular expressions: The article “Regular expressions for traders” The library RegularExpressions in MQL5 for working with regular expressions Before starting the work, please copy the all_functions.mq5 text file to the “sandbox”: <data folder>\MQL5\Files\. The all_functions.mq5 text file contains all functions for processing events. The input … Read more

RegularExpressions in MQL4 for working with regular expressions – library MetaTrader 4

RegularExpressions in MQL4 for working with regular expressions - library for MetaTrader 4
Real author: Microsoft Corporation. Source code taken from .Net Framework 4.6.1.  Note: The library works on the MetaTrader 4 build 1384 and higher. Unzip the archive into the terminal_data_folder. The library codes are located in the: <terminal_data_folder>\MQL4\Include\RegularExpressions\ Sample test scripts can be found in the <terminal_data_folder>\MQL4\Scripts\RegularExpressionsExamples\ Here is a translation of the RegularExpressions from .Net … Read more

Regular Expressions Tester MQL4 – script MetaTrader 4

Regular Expressions Tester MQL4 - script for MetaTrader 4
Materials on Regular Expressions The Regular Expressions for Traders article. The Regular Expressions in MQL4 for working with regular expressions library. Other Useful Materials Microsoft .NET Regular Expressions Microsoft .NET Regex Class Documentation Microsoft Regular Expressions – Quick Reference PDF Others: Using Regular Expressions with The Microsoft .NET Framework Most Useful CRegex Class Methods IsMatch() … Read more