Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit de53386

Browse files
authored
Add files via upload
1 parent c402dd5 commit de53386

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

usacotools.java

+7
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,11 @@ public static void main(String[] args) throws Exception{
483483
public static long $r() {
484484
return speedqueue.poll().longValue();
485485
}
486+
public static boolean $r$smatch(String a,String b) {
487+
return Pattern.matches(a, b);
488+
}
489+
public static boolean $r$match(String a,String b) throws Exception{
490+
//WIP
491+
throw new Exception("Not implemented");
492+
}
486493
}

utools.java

+7
Original file line numberDiff line numberDiff line change
@@ -483,5 +483,12 @@ public static void main(String[] args) throws Exception{
483483
public static long $r() {
484484
return speedqueue.poll().longValue();
485485
}
486+
public static boolean $r$smatch(String a,String b) {
487+
return Pattern.matches(a, b);
488+
}
489+
public static boolean $r$match(String a,String b) throws Exception{
490+
//WIP
491+
throw new Exception("Not implemented");
492+
}
486493
}
487494

0 commit comments

Comments
 (0)