WxRegEx
From WxWiki
[edit] wxRegEx
Read the docs for wxRE_NEWLINE and wxRE_ADVANCED.
Remember you need to escape the backslash ('\') for strings, so you need to 'wxRegEx re("\\s", wxRE_ADVANCED)' for example
See Also: Official docs: wxRegEx
Read the docs for wxRE_NEWLINE and wxRE_ADVANCED.
Remember you need to escape the backslash ('\') for strings, so you need to 'wxRegEx re("\\s", wxRE_ADVANCED)' for example
See Also: Official docs: wxRegEx