Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
3a86dd86
Commit
3a86dd86
authored
Feb 02, 2024
by
Lückemeyer
Browse files
changed regex prefix to dta
parent
b6f6e1ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/hftstuttgart/dtabackend/utils/RegexUtil.java
View file @
3a86dd86
...
@@ -14,8 +14,8 @@ import java.util.regex.Pattern;
...
@@ -14,8 +14,8 @@ import java.util.regex.Pattern;
public
class
RegexUtil
{
public
class
RegexUtil
{
public
final
static
String
DTA_TESTCONFIGREGEX
=
"^dt
t
::(.*)::(.*|none)::(.*|none)::(.*)::(.*)$"
;
public
final
static
String
DTA_TESTCONFIGREGEX
=
"^dt
a
::(.*)::(.*|none)::(.*|none)::(.*)::(.*)$"
;
public
final
static
String
DTA_SUBMISSIONCONFIGREGEX
=
"^dt
t
::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
DTA_SUBMISSIONCONFIGREGEX
=
"^dt
a
::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
TESTCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
TESTCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)::(.*)$"
;
public
final
static
String
SUBMISSIONCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)$"
;
public
final
static
String
SUBMISSIONCONFIGREGEX
=
"^dtt::(.*)::(.*|none)::(.*|none)$"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment