WxRegEx

From WxWiki

Jump to: navigation, search

[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

Personal tools