| hello,\ world lang:python | hello,\ world lang:c++ | hello,\ world lang:assembly |
| hello,\ world lang:perl | hello,\ world lang:c |
1379: pat1 = RegexPattern::compile("(Hello, world)*", pe, status); 1380: REGEX_CHECK_STATUS; 1381: REGEX_ASSERT(pat1->pattern() == "(Hello, world)*"); 1382: delete pat1;
1387: // 1388: pat1 = RegexPattern::compile("(Hello, world)*", pe, status); 1389: REGEX_CHECK_STATUS;
1391: REGEX_ASSERT(pat1->getDynamicClassID() != NULL); 1392: UnicodeString Hello("Hello, world."); 1393: RegexMatcher *m = pat1->matcher(Hello, status);
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy