Match.jl: Getting hold of regex captures? (`\1` doesn't seem to work.)
|
|
4
|
155
|
March 12, 2025
|
Filter dataframe with regular expression
|
|
8
|
2540
|
February 20, 2025
|
Using Regex() function, how do I match the end of the string?
|
|
4
|
67
|
December 10, 2024
|
ERROR: LoadError: PCRE JIT error: no more memory
|
|
4
|
163
|
May 8, 2024
|
Replacing brackets in a string
|
|
7
|
1446
|
April 27, 2024
|
Case-insensitive prefix/suffix stripping
|
|
13
|
910
|
February 8, 2024
|
How to do readuntil(io, ::Regex)?
|
|
0
|
192
|
February 7, 2024
|
Replace lines of file A using advanced regex and write to file B
|
|
16
|
1483
|
January 10, 2024
|
Learning Regular Expressions in Julia
|
|
13
|
1737
|
September 10, 2023
|
RegexMatch to NamedTuple?
|
|
3
|
1114
|
August 20, 2023
|
Multiway string substitution
|
|
17
|
634
|
August 6, 2023
|
What is regex for the end of string in Julia?
|
|
7
|
546
|
July 29, 2023
|
What is regex for blank line in Julia?
|
|
3
|
987
|
July 29, 2023
|
Regex capture next line in text file
|
|
7
|
329
|
July 9, 2023
|
Non greedy regex match
|
|
4
|
369
|
July 6, 2023
|
Doesn't capturing groups within non capturing groups work in regex?
|
|
5
|
487
|
May 13, 2023
|
Q | Using Regex and eachmatch() to extract substrings
|
|
1
|
198
|
April 5, 2023
|
Verify if a daily file has been created
|
|
6
|
457
|
March 12, 2023
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
942
|
January 23, 2023
|
Questions about string
|
|
21
|
1008
|
January 16, 2023
|
Feature request: How about pattern matching of `Base.Filesystem.readdir`?
|
|
7
|
1214
|
December 20, 2022
|
Convert string in text file into int
|
|
3
|
883
|
November 2, 2022
|
Extracting a float from a string
|
|
31
|
3922
|
October 24, 2022
|
How to remove RegexMatch() in output
|
|
1
|
251
|
October 23, 2022
|
Strange regex error (bug?)
|
|
3
|
478
|
July 25, 2022
|
Does Julia use original PCRE or PCRE2?
|
|
1
|
610
|
July 14, 2022
|
convert(Regex, ::DateFormat)?
|
|
1
|
302
|
May 1, 2022
|
Use regex replacement strings
|
|
8
|
3492
|
February 19, 2022
|
Perform multiple replacements on a string in a single pass
|
|
19
|
9286
|
January 18, 2022
|
Why no do-blocks for regex matching
|
|
8
|
987
|
January 13, 2022
|