File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
examples/strings/regularExpressionExample/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void ofApp::draw(){
6363 while (getline (file,line)){
6464 if (line.empty () == false ) {
6565 string minutes = grepStringInRegex (line, " [0-9]+:[0-9]+" );
66- string sentence = grepStringInRegex (line, " [^0-9_:\\ [\\ ]]) " );
66+ string sentence = grepStringInRegex (line, " [^0-9_:\\ [\\ ]]" );
6767 ofDrawBitmapString (" Time:" +minutes, 400 , posY);
6868 ofDrawBitmapString (" Sentence:" +sentence, 500 , posY);
6969 posY += 20 ;
Original file line number Diff line number Diff line change 2222 <string >This app needs to access the camera </string >
2323 <key >NSMicrophoneUsageDescription </key >
2424 <string >This app needs to access the microphone </string >
25+ <key >NSHighResolutionCapable </key >
26+ <false />
2527</dict >
2628</plist >
You can’t perform that action at this time.
0 commit comments