Any way to get raw regex literal from RegexBuilder?
|
|
10
|
1833
|
September 1, 2024
|
[Pitch] Regex Reverse Matching
|
|
19
|
1150
|
August 23, 2024
|
Should Regex be Sendable?
|
|
16
|
2630
|
August 3, 2024
|
Swift Regex: lookbehind
|
|
19
|
5799
|
July 26, 2024
|
Runtime crash when using Reference for optional output
|
|
0
|
48
|
July 18, 2024
|
Help with a macro that returns a regular expression
|
|
0
|
170
|
June 20, 2024
|
How to replace regex by template with semantic level "Unicode scalar"
|
|
11
|
676
|
June 20, 2024
|
Best practices for CustomConsumingRegexComponent?
|
|
6
|
1081
|
May 4, 2024
|
Swift 5.10 fail to recognize regex litgeral in command line
|
|
3
|
324
|
May 1, 2024
|
[kudos] Regex Builder regex actually faster than using a raw regex string
|
|
0
|
311
|
March 27, 2024
|
Regex Builder named capture
|
|
3
|
2384
|
March 4, 2024
|
Invalid regex literal in REPL on Linux causes segfault
|
|
0
|
296
|
February 27, 2024
|
[Pitch] Predicate Regex Support
|
|
0
|
1281
|
January 9, 2024
|
How to create String.Index with _rawBits? / How to retrieve String.Index from _RegexParser.Diagnostic.Behavior.error
|
|
1
|
400
|
January 1, 2024
|
Removing captures from regex type
|
|
5
|
723
|
December 11, 2023
|
Creating a Regex `ChoiceOf` from an array
|
|
3
|
832
|
December 1, 2023
|
Unintuitive behavior of `RegexComponent`s in string interpolation
|
|
2
|
929
|
August 15, 2023
|
Why is Regex slower than using a bunch of String.contains?
|
|
30
|
5460
|
July 20, 2023
|
Use RegexBuilder als grep replacement?
|
|
26
|
1508
|
July 18, 2023
|
Is there a way to achieve right-to-left behavior in Swift's new Regex?
|
|
1
|
1505
|
July 11, 2023
|
When to expect regex literals working on Windows?
|
|
2
|
1192
|
May 19, 2023
|
Parse WebVTT file and iterate through results
|
|
4
|
1196
|
May 9, 2023
|
Is there documentation for Regex syntax?
|
|
3
|
1571
|
March 20, 2023
|
How can I get a pattern from a Regex instance?
|
|
2
|
691
|
February 4, 2023
|
Regex Replace Named Capture in a Match
|
|
0
|
865
|
January 22, 2023
|
Determine if string contains regex characters
|
|
0
|
642
|
January 19, 2023
|
Runtime crash: RegexBuilding with Regex Literals containing named capture groups
|
|
1
|
1218
|
January 13, 2023
|
Applying Regex to Substring
|
|
3
|
2036
|
January 13, 2023
|
Swift Regex for case insensitive search
|
|
2
|
2054
|
December 2, 2022
|
Why the new features in Swift 5.7 needs the latest OS version support?
|
|
46
|
4936
|
November 29, 2022
|