We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef41aed commit 711bdd4Copy full SHA for 711bdd4
src/main/java/com/github/underscore/U.java
@@ -48,7 +48,7 @@ public class U<T> {
48
private static final String S_Q = "\\s*\\Q";
49
private static final String E_S = "\\E\\s*";
50
private static final java.util.regex.Pattern FORMAT_PATTERN =
51
- java.util.regex.Pattern.compile("\\{\\s*(\\d*)\\s*}");
+ java.util.regex.Pattern.compile("\\{\\s*(\\d*)\\s*\\}");
52
private static final Map<Character, String> ESCAPES = new HashMap<Character, String>();
53
private final Iterable<T> iterable;
54
private final Optional<String> string;
0 commit comments