git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25172
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
This class provides support for regular expressions matching and also
replacement. It is built on top of either the system library (if it has support
for POSIX regular expressions - which is the case of the most modern Unices) or
This class provides support for regular expressions matching and also
replacement. It is built on top of either the system library (if it has support
for POSIX regular expressions - which is the case of the most modern Unices) or
-uses the built-in Henry Spencer's library from tcl.
+uses a version of Henry Spencer's library from tcl.