Use string counts to short-circuit string comparisons
|
|
47
|
3177
|
September 29, 2023
|
Swift string comparison doesn't consider ligatures equivalent to their components
|
|
39
|
641
|
August 10, 2023
|
[Pitch] Safe(r) string literal conversion to UnsafePointer<CChar>, UnsafeRawPointer
|
|
7
|
622
|
August 2, 2023
|
Swift String history
|
|
5
|
1255
|
July 27, 2023
|
Cannot use mutating member on immutable value: '$interpolation' is immutable
|
|
0
|
228
|
June 21, 2023
|
URL macro
|
|
3
|
1527
|
April 7, 2023
|
String indices validity
|
|
18
|
930
|
March 27, 2023
|
Swift Regex: lookbehind
|
|
6
|
2438
|
March 10, 2023
|
Prevent optimizing away public interfaces needed by an XCFramework (aka dyld: Symbol not found)
|
|
1
|
498
|
February 21, 2023
|
Regex Replace Named Capture in a Match
|
|
0
|
415
|
January 22, 2023
|
init(bytesNoCopy was deprecated in macOS 13
|
|
31
|
1855
|
December 29, 2022
|
Does String(bytesNoCopy:) copy bytes?
|
|
15
|
1835
|
December 27, 2022
|
Potentially non-atomic string concatenation — curious to understand what's happening
|
|
4
|
473
|
December 23, 2022
|
Changing the description of a metatype?
|
|
0
|
255
|
December 22, 2022
|
Array index error in Swift while doing shuffle in string
|
|
1
|
344
|
December 9, 2022
|
Same values equality complexity guarantees
|
|
10
|
585
|
November 10, 2022
|
[Proposal] a syntax for type-safe data detection in strings
|
|
5
|
1417
|
September 29, 2022
|
String Extension with Full Subscript Support
|
|
10
|
2960
|
August 28, 2022
|
The peculiar case of NSString bridged strings
|
|
1
|
361
|
August 20, 2022
|
How to replace a specific character in a string inside a UITextField?
|
|
0
|
1914
|
July 19, 2022
|
Am I overcomplicating String.Index?
|
|
18
|
1003
|
July 12, 2022
|
String interpolation of Bool
|
|
3
|
1220
|
July 12, 2022
|
Filter array with another array
|
|
3
|
5422
|
June 29, 2022
|
How to find range in new string after replacingCharacters(in: range, with: c)
|
|
17
|
2466
|
June 28, 2022
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
760
|
June 11, 2022
|
Will the string processing efforts also expose Bidi_Class?
|
|
5
|
819
|
May 5, 2022
|
String Index unification vs BidirectionalCollection requirements
|
|
24
|
2611
|
April 16, 2022
|
String character offset <-> byte offset
|
|
20
|
2639
|
March 25, 2022
|
Str.first? == "." performance
|
|
19
|
1072
|
March 21, 2022
|
Crash in non-contiguous UTF-8 string in iOS 15.4.0 beta
|
|
2
|
720
|
February 17, 2022
|