Unintuitive behavior of `RegexComponent`s in string interpolation
|
|
2
|
437
|
August 15, 2023
|
Removing captures from regex type
|
|
4
|
290
|
August 2, 2023
|
Why is Regex slower than using a bunch of String.contains?
|
|
30
|
990
|
July 20, 2023
|
Use RegexBuilder als grep replacement?
|
|
26
|
784
|
July 18, 2023
|
Is there a way to achieve right-to-left behavior in Swift's new Regex?
|
|
1
|
351
|
July 11, 2023
|
When to expect regex literals working on Windows?
|
|
2
|
690
|
May 19, 2023
|
Regex Builder named capture
|
|
2
|
536
|
May 10, 2023
|
Parse WebVTT file and iterate through results
|
|
4
|
469
|
May 9, 2023
|
Is there documentation for Regex syntax?
|
|
3
|
531
|
March 20, 2023
|
Swift Regex: lookbehind
|
|
6
|
2408
|
March 10, 2023
|
How can I get a pattern from a Regex instance?
|
|
2
|
350
|
February 4, 2023
|
Regex Replace Named Capture in a Match
|
|
0
|
401
|
January 22, 2023
|
Determine if string contains regex characters
|
|
0
|
312
|
January 19, 2023
|
Runtime crash: RegexBuilding with Regex Literals containing named capture groups
|
|
1
|
636
|
January 13, 2023
|
Applying Regex to Substring
|
|
3
|
1008
|
January 13, 2023
|
Swift Regex for case insensitive search
|
|
2
|
933
|
December 2, 2022
|
Why the new features in Swift 5.7 needs the latest OS version support?
|
|
46
|
3503
|
November 29, 2022
|
Issues with using 5.7 `Regex` on Linux
|
|
4
|
580
|
November 10, 2022
|
Why does Regex.firstMatch et al. possibly throw?
|
|
3
|
538
|
September 19, 2022
|
Best practices for CustomConsumingRegexComponent?
|
|
5
|
474
|
August 16, 2022
|
Inconsistance throwing behavior on String and Regex's xxMatch
|
|
1
|
410
|
June 28, 2022
|
Any way to get raw regex literal from RegexBuilder?
|
|
5
|
689
|
June 21, 2022
|
How to parse dates formatted like "2020-09-16 23:44:47 +0200" for use in RegexBuilders
|
|
6
|
867
|
June 20, 2022
|
RegexBuilder line anchors
|
|
1
|
558
|
June 19, 2022
|
Performance of the new Regex in Swift 5.7 degrades quadratically without need
|
|
5
|
1136
|
June 15, 2022
|