|
Re: Building Custom WPILib
Yeah, I meant "\0". I found a way to get around my need for regex in the parsing code. However, I do find it strange that components of the JVM in Java are not included in FRC Java (Math.pow, java.util.regex.Patternm etc). We have written stuff in in the past, I just failed at implementing regex in my project as well (the methods were not exposed for some reason). Thanks for the advice!
__________________
Code:
while (life){
frcObsession = true;
obs.ProgramAndObsess();
}
if (!life) life = true;
|