mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
Merge qualifiers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1589978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4b7d62ac5
commit
804e5f8c4f
@ -620,7 +620,7 @@ private static class TextStrategy extends Strategy {
|
||||
*/
|
||||
@Override
|
||||
boolean addRegex(final FastDateParser parser, final StringBuilder regex) {
|
||||
regex.append("((?i)(?u)");
|
||||
regex.append("((?iu)");
|
||||
for(final String textKeyValue : keyValues.keySet()) {
|
||||
escapeRegex(regex, textKeyValue, false).append('|');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user