Implement regular (string) expressions
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Implement a function like
regex(REGEX, STRING, [POS, LEN])
to implement regular expressions.
We can use the STL-regex library to implement a wrapper around regex_search(), which will return the locations in combination with a match_results structure.
Added to the SW tests. Tests run without any deviation.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r797]
Diff: