PKHeX/PKHeX.Core/Util
Kurt 4e12e54028 Replace regex parse with string find
Only remaining uses of regex in the sln are wordfilter (required), and unescape for QR replies from web api.

This is slightly faster -- cover all cases if the response json changes (shouldn't).
2021-05-15 12:39:37 -07:00
..
Localization Use range/index 2021-05-14 15:30:55 -07:00
ArrayUtil.cs Use range/index 2021-05-14 15:30:55 -07:00
BigEndian.cs Move BinaryCodedDecimal conversions to separate class 2021-05-14 16:32:26 -07:00
BinaryCodedDecimal.cs Move BinaryCodedDecimal conversions to separate class 2021-05-14 16:32:26 -07:00
ComboItemUtil.cs Use range/index 2021-05-14 15:30:55 -07:00
DateUtil.cs Split DateUtil from Util class 2021-05-14 16:46:48 -07:00
FileUtil.cs Add some code analysis for try-return with nullable out 2021-01-17 00:05:07 -08:00
FlagUtil.cs Add flag unit tests, more xmldoc 2021-05-15 11:32:25 -07:00
FrameworkUtil.cs Add some code analysis for try-return with nullable out 2021-01-17 00:05:07 -08:00
MessageStrings.cs Improve clarity of plugin load failures 2021-05-02 18:27:04 -07:00
NetUtil.cs Minor clean 2021-03-14 16:16:55 -07:00
PathUtil.cs Add flag unit tests, more xmldoc 2021-05-15 11:32:25 -07:00
RandUtil.cs Target type'd new 2020-12-21 17:17:56 -08:00
ReflectUtil.cs Add some code analysis for try-return with nullable out 2021-01-17 00:05:07 -08:00
ResourceUtil.cs Improve resource loading speed by precomputing full manifest lookup 2021-05-15 11:56:06 -07:00
StringUtil.cs Use range/index 2021-05-14 15:30:55 -07:00
UpdateUtil.cs Replace regex parse with string find 2021-05-15 12:39:37 -07:00
Util.cs Use range/index 2021-05-14 15:30:55 -07:00
ValueTypeTypeConverter.cs Use range/index 2021-05-14 15:30:55 -07:00