View Single Post
  #1   Spotlight this post!  
Unread 08-02-2014, 13:51
Peragore's Avatar
Peragore Peragore is offline
CEO of Black Magic
AKA: Philip Mulford
FRC #3373 (Team Robohawk)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2011
Location: US
Posts: 50
Peragore is an unknown quantity at this point
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;
Reply With Quote