This commit is contained in:
2024-10-07 14:44:24 +03:00
parent 61fc37b574
commit 4b05d4f4f2
74 changed files with 152 additions and 249 deletions

View File

@@ -44,7 +44,7 @@ public class CommonUtils {
}
public static String TBrackets(Object o) {
return "<" + o.toString() + ">";
}
}//FortranSPFTokenMaker
public static boolean ContainsCyrillic(String string) {
return string.chars()
.mapToObj(Character.UnicodeBlock::of)