13.2.1-17 baseline
Former-commit-id: 1530bd69d5e34c81edae099c0670ae3899c94d1e
This commit is contained in:
parent
ef031e34df
commit
e3e250c817
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public interface ICommonPatterns {
|
||||||
// LOCK_END can be added at the start of the line if a previous line has
|
// LOCK_END can be added at the start of the line if a previous line has
|
||||||
// been locked.
|
// been locked.
|
||||||
public static final String listOfAreaName = "^((" + LOCK_END
|
public static final String listOfAreaName = "^((" + LOCK_END
|
||||||
+ "){0,1}((([\\w\\./'-]+\\s{1})+\\w{2}-)*(([\\w\\./'-]+\\s{1})+\\w{2}-)))";
|
+ "){0,1}((([\\?\\(\\)\\w\\.,/'-]+\\s{1})+\\w{2}-)*(([\\?\\(\\)\\w\\.,/'-]+\\s{1})+\\w{2}-)))";
|
||||||
|
|
||||||
// LOCK_END should not be found at the beginning of a first bullet since the
|
// LOCK_END should not be found at the beginning of a first bullet since the
|
||||||
// previous line should be blank.
|
// previous line should be blank.
|
||||||
|
|
Loading…
Add table
Reference in a new issue