- Timestamp:
- 2021-09-11T14:00:16+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/UploadDialogModel.java
r18173 r18205 75 75 Arrays.stream(comment.split("\\s", -1)) 76 76 .map(s -> Utils.strip(s, ",;")) 77 .filter(s -> s.matches("#[a-zA-Z ][-_a-zA-Z0-9]+"))77 .filter(s -> s.matches("#[a-zA-Z0-9][-_a-zA-Z0-9]+")) 78 78 .collect(Collectors.toList())); 79 79 return hashtags.isEmpty() ? null : hashtags;
Note:
See TracChangeset
for help on using the changeset viewer.