X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FPlatform.java;h=2fa807ac29f2680a9d03049d75cdc1f4a620e659;hb=76821e9f28923b6f3ae8f226e01d0156e7b7f847;hp=fea40c3bd7281186532e7ff2c70bdd4c13579f44;hpb=e7511d42dc76995533b2934c71d2611dd5796abc;p=jalview.git diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index fea40c3..2fa807a 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -692,6 +692,11 @@ public class Platform } + public static Regex newRegex(String regex) + { + return newRegex(regex, null); + } + public static Regex newRegex(String searchString, String replaceString) { ensureRegex(); @@ -818,6 +823,4 @@ public class Platform } - - }