1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00
osu-lazer/osu.Game/Extensions
nullium21 68d1febe6e Use a regex for matching invalid characters instead
What the regex does is it matches everything except alphanumeric and [_()[] -], excluding EOL since regex101 seems to also match it, and we probably don't want that to happen.
2022-10-27 10:33:50 +03:00
..
CollectionExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
DrawableExtensions.cs Replace calls to defective Humanizer methods with correct version 2022-07-18 22:34:58 +02:00
LanguageExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
ModelExtensions.cs Use a regex for matching invalid characters instead 2022-10-27 10:33:50 +03:00
StringDehumanizeExtensions.cs Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
TaskExtensions.cs Update parameter discards 2022-06-24 21:26:19 +09:00
TimeDisplayExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
TypeExtensions.cs mark the string as nullable. 2022-06-30 23:23:14 +08:00
WebRequestExtensions.cs Move the null check in the outside. 2022-06-30 23:29:49 +08:00