I'm parsing a token that consists of a number followed by an optional '/', 'C', or 'R', if '/' is present it's followed by a number and a 'C'. My regular expression works but IntelliJ gives the ...