URL macro
|
|
1
|
649
|
March 29, 2023
|
String indices validity
|
|
18
|
599
|
March 27, 2023
|
Swift Regex: lookbehind
|
|
6
|
1886
|
March 10, 2023
|
Prevent optimizing away public interfaces needed by an XCFramework (aka dyld: Symbol not found)
|
|
1
|
231
|
February 21, 2023
|
Regex Replace Named Capture in a Match
|
|
0
|
176
|
January 22, 2023
|
init(bytesNoCopy was deprecated in macOS 13
|
|
31
|
1420
|
December 29, 2022
|
Does String(bytesNoCopy:) copy bytes?
|
|
15
|
1523
|
December 27, 2022
|
Potentially non-atomic string concatenation — curious to understand what's happening
|
|
4
|
380
|
December 23, 2022
|
Changing the description of a metatype?
|
|
0
|
169
|
December 22, 2022
|
Array index error in Swift while doing shuffle in string
|
|
1
|
247
|
December 9, 2022
|
Same values equality complexity guarantees
|
|
10
|
434
|
November 10, 2022
|
[Proposal] a syntax for type-safe data detection in strings
|
|
5
|
1295
|
September 29, 2022
|
String Extension with Full Subscript Support
|
|
10
|
2542
|
August 28, 2022
|
The peculiar case of NSString bridged strings
|
|
1
|
261
|
August 20, 2022
|
How to replace a specific character in a string inside a UITextField?
|
|
0
|
1216
|
July 19, 2022
|
Am I overcomplicating String.Index?
|
|
18
|
691
|
July 12, 2022
|
String interpolation of Bool
|
|
3
|
711
|
July 12, 2022
|
Filter array with another array
|
|
3
|
2833
|
June 29, 2022
|
How to find range in new string after replacingCharacters(in: range, with: c)
|
|
17
|
1511
|
June 28, 2022
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
511
|
June 11, 2022
|
Will the string processing efforts also expose Bidi_Class?
|
|
5
|
662
|
May 5, 2022
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
2278
|
April 16, 2022
|
String character offset <-> byte offset
|
|
20
|
2057
|
March 25, 2022
|
Str.first? == "." performance
|
|
19
|
876
|
March 21, 2022
|
Crash in non-contiguous UTF-8 string in iOS 15.4.0 beta
|
|
2
|
562
|
February 17, 2022
|
Additional String Processing APIs
|
|
25
|
3377
|
December 19, 2021
|
Use string counts to short-circuit string comparisons
|
|
35
|
2308
|
December 2, 2021
|
Performance issues with iOS Swift function to word-wrap streaming text received in real-time
|
|
0
|
440
|
November 29, 2021
|
NSMutableString to String semantics
|
|
0
|
641
|
November 19, 2021
|
String(data:encoding:) doesn't seem to work with "advanced" encodings
|
|
8
|
867
|
October 28, 2021
|