URL macro
|
|
3
|
4293
|
April 7, 2023
|
String indices validity
|
|
18
|
2859
|
March 27, 2023
|
Prevent optimizing away public interfaces needed by an XCFramework (aka dyld: Symbol not found)
|
|
1
|
1069
|
February 21, 2023
|
Regex Replace Named Capture in a Match
|
|
0
|
929
|
January 22, 2023
|
init(bytesNoCopy was deprecated in macOS 13
|
|
31
|
2920
|
December 29, 2022
|
Does String(bytesNoCopy:) copy bytes?
|
|
15
|
2787
|
December 27, 2022
|
Potentially non-atomic string concatenation — curious to understand what's happening
|
|
4
|
691
|
December 23, 2022
|
Changing the description of a metatype?
|
|
0
|
421
|
December 22, 2022
|
Array index error in Swift while doing shuffle in string
|
|
1
|
608
|
December 9, 2022
|
Same values equality complexity guarantees
|
|
10
|
1111
|
November 10, 2022
|
[Proposal] a syntax for type-safe data detection in strings
|
|
5
|
1728
|
September 29, 2022
|
String Extension with Full Subscript Support
|
|
10
|
3838
|
August 28, 2022
|
The peculiar case of NSString bridged strings
|
|
1
|
558
|
August 20, 2022
|
How to replace a specific character in a string inside a UITextField?
|
|
0
|
3229
|
July 19, 2022
|
Am I overcomplicating String.Index?
|
|
18
|
2073
|
July 12, 2022
|
String interpolation of Bool
|
|
3
|
2557
|
July 12, 2022
|
Filter array with another array
|
|
3
|
11970
|
June 29, 2022
|
How to find range in new string after replacingCharacters(in: range, with: c)
|
|
17
|
4375
|
June 28, 2022
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
1299
|
June 11, 2022
|
Will the string processing efforts also expose Bidi_Class?
|
|
5
|
1125
|
May 5, 2022
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
3354
|
April 16, 2022
|
String character offset <-> byte offset
|
|
20
|
4664
|
March 25, 2022
|
Str.first? == "." performance
|
|
19
|
1453
|
March 21, 2022
|
Crash in non-contiguous UTF-8 string in iOS 15.4.0 beta
|
|
2
|
965
|
February 17, 2022
|
Additional String Processing APIs
|
|
25
|
4830
|
December 19, 2021
|
Performance issues with iOS Swift function to word-wrap streaming text received in real-time
|
|
0
|
921
|
November 29, 2021
|
NSMutableString to String semantics
|
|
0
|
1470
|
November 19, 2021
|
String(data:encoding:) doesn't seem to work with "advanced" encodings
|
|
8
|
4434
|
October 28, 2021
|
Are String views cached?
|
|
2
|
829
|
October 20, 2021
|
Cannot assign value of type 'String' to subscript of type 'String.SubSequence'
|
|
25
|
12453
|
October 12, 2021
|