Roman Konopelko / Profile
- Information
9+ years
experience
|
0
products
|
0
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
MetaQuotes
Friends
5
Requests
Outgoing
Roman Konopelko
Published code RegularExpressions in MQL4 for working with regular expressions
Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.
Share on social networks · 2
8930
1140
Roman Konopelko
Published article Regular expressions for traders

A regular expression is a special language for handling texts by applying a specified rule, also called a regex or regexp for short. In this article, we are going to show how to handle a trade report with the RegularExpressions library for MQL5, and will also demonstrate the optimization results after using it.
Share on social networks · 3
17671
Roman Konopelko
Published code RegularExpressions in MQL5 for working with regular expressions
Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.
Share on social networks · 2
8548
1495
: