1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-19 00:36:11 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
3734965757
test: bring coverage to 94% for RuneExtensions 2023-03-31 20:11:03 +01:00
e852726b66
test: 100% coverage on Enumerable and String methods in Text namespace 2023-03-31 18:53:08 +01:00
4c62367303
test: cover Span<char> overloads of CountSubstring 2023-03-30 21:22:45 +01:00
4f3f791948
[ci skip] test: assert ArgumentNullException from Grep 2023-03-30 17:49:00 +01:00
d0f94a6493
feat: add IEnumerable<string>.Grep() 2023-03-30 17:29:54 +01:00
f49188b428
feat: add string.EnsureEndsWith and string.EnsureStartsWith 2023-03-30 02:09:04 +01:00
RealityProgrammer
77b0a8ca39 Move some intrinsic methods around, reimplement RuneExtensions.Repeat(Rune, Int32) 2023-03-14 21:18:01 +07:00
799bc77ec8
Add IsEmpty/IsWhiteSpace and IsNullOrEmpty/WhiteSpace for string 2023-02-28 19:05:03 +00:00
53e8b2ff64
Repurpose Span<T>.Split to accept generic 2022-11-29 12:39:34 +00:00
ed8651172b
Add [ReadOnly]Span<char>.Split
This commit also migrates CountSubstring from StringExtensions to CharSpanExtensions
2022-11-28 02:59:46 +00:00
9cce13727d
Add CountSubstring 2022-11-26 09:31:36 +00:00
b5227f58d3
Code cleanup for X10D.Tests 2022-06-01 15:35:00 +01:00
d405faf6e2
Add IsEmoji method
Emoji validation is performed by using a regex which is generated from Twemoji. Source: https://raw.githubusercontent.com/twitter/twemoji-parser/master/src/lib/regex.js
2022-05-07 23:37:14 +01:00
ed2920f8a0
Multi-target X10D.Tests 2022-05-07 23:16:06 +01:00
a6139a5720
Migrate string extensions to appropriate namespaces (#7)
Introduces more tests
2022-04-30 13:08:39 +01:00
30e925cdb0
Move additional methods into child namespaces (#7) 2022-04-24 10:09:56 +01:00
154a5566a8
Add Rune.Repeat 2022-04-23 12:38:19 +01:00
346fc72d5e
Move text-based char extensions to Text namespace (#7) 2022-04-23 12:37:49 +01:00
47f1489cbb
Add string.FromJson T.ToJson 2022-04-22 09:42:37 +01:00