Search results
Appearance
Page title matches
- ...d groups, adding another group is going to break your code. You can use a regex library which does support named groups, you can change your code, or have Just extend the regex a little more... ...5 KB (851 words) - 01:13, 5 August 2009
Page text matches
- Regex functions can give you fast replacements in Java, along with the readabilit Another fun regex can simulate the the unix 'basename' function. ...650 bytes (78 words) - 02:40, 9 October 2009
- === Regex === ...adable. However, it is possible to do the entire check with just a single regex. ...1 KB (166 words) - 03:02, 19 October 2009
- ...the Java solutions I found used the regular expression library. The Java regex library is quite good IMHO, and I tend to attempt to use it whenever I'm pe [[Category:Regex|Proper Case]] ...1 KB (208 words) - 00:19, 19 October 2009
- ...d groups, adding another group is going to break your code. You can use a regex library which does support named groups, you can change your code, or have Just extend the regex a little more... ...5 KB (851 words) - 01:13, 5 August 2009
- ...programmer. Most every language has a good regex library, and you can use regex's to do search/replaces in most IDEs. Here, I present an example of transl ...was going to have to write Java code for each rule. I decided to try the regex route, and if that fails, then I would code some rule logic. ...5 KB (720 words) - 02:32, 1 October 2007
- $ ./configure --prefix=$HOME --exec-prefix=$HOME --with-libraries=regex --enable-static=yes --with-boost-regex=gcc41-1_34_1 ...4 KB (626 words) - 03:25, 29 September 2008
- == Regex testers == Developing your regex online seems to be the easiest way. Here are a couple of online testers ...8 KB (1,312 words) - 22:56, 10 December 2011
- * '''[[regex reuse]]''' - Normalizing bond quotes in hundreds of different formats soon ...2 KB (361 words) - 12:28, 30 September 2007