News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Regular Expressions

Started by jmccay, March 16, 2006, 03:41:53 AM

Previous topic - Next topic

jmccay

   What flavor of regular expressions are used in the search & replace?  I want to know, and I plan on placing it somewhere on the wiki page for user convience.

jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

mandrav

Look for wxRegEx in wx docs...
Be patient!
This bug will be fixed soon...

jmccay

Duh.  I should've thought of that.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

dmoore

thought i'd tack my question onto this old thread rather than start a new one.

according to the wxregex docs there is more than one "flavor" of regex. http://www.wxwindows.org/manuals/2.6.3/wx_wxresyn.html#resyntax

from my tinkering in the latest build it appears the ARE flavor (seemingly the most advanced) is not supported. For instance, I cannot search for whole words using the syntax

\w+

am i doing something wrong here? if ARE is really not supported, would it be possible to add it. ARE is very convenient.

cheers

(BTW - this was my first download of a nightly snapshot. the improvements over the old RC2 is astonishing! you guys should have advertised it more heavily)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]