1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-30 03:17:18 +08:00
Bartłomiej Dach 24d4f0372c Refactor link parsing regexes to use named groups
For the sake of readability, consistency and to make further changes
easier, introduce named groups (?<text>) and (?<url>) to all link
parsing regexes which have parts containing the desired link text
and (optionally) URL.

The introduction of the named groups additionally simplifies
handleMatches() and makes all calls to it consistent.
2019-09-04 00:06:52 +02:00
..
2019-04-02 19:55:24 +09:00