Skip to content

Commit

Permalink
modified KcalRegex in DBWriteService
Browse files Browse the repository at this point in the history
  • Loading branch information
dh28be committed May 27, 2024
1 parent 2fb6d87 commit b01e792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@RequiredArgsConstructor
public class DBWriteService {

private final String KcalRegex = "[0-9]*(,)*[0-9]*(Kcal)";
private final String KcalRegex = "[0-9]*(,)*[0-9]*([Kk]cal)";
private final int DayTypeNum = 0;
private final int DateNum = 1;
private final int MenuStartRowNum = 2;
Expand Down

0 comments on commit b01e792

Please sign in to comment.