Match.jl: Getting hold of regex captures? (`\1` doesn't seem to work.)
|
|
4
|
154
|
March 12, 2025
|
Filter dataframe with regular expression
|
|
8
|
2523
|
February 20, 2025
|
Using Regex() function, how do I match the end of the string?
|
|
4
|
61
|
December 10, 2024
|
ERROR: LoadError: PCRE JIT error: no more memory
|
|
4
|
160
|
May 8, 2024
|
Replacing brackets in a string
|
|
7
|
1438
|
April 27, 2024
|
Case-insensitive prefix/suffix stripping
|
|
13
|
881
|
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
|
1454
|
January 10, 2024
|
Learning Regular Expressions in Julia
|
|
13
|
1623
|
September 10, 2023
|
RegexMatch to NamedTuple?
|
|
3
|
1112
|
August 20, 2023
|
Multiway string substitution
|
|
17
|
634
|
August 6, 2023
|
What is regex for the end of string in Julia?
|
|
7
|
542
|
July 29, 2023
|
What is regex for blank line in Julia?
|
|
3
|
967
|
July 29, 2023
|
Regex capture next line in text file
|
|
7
|
321
|
July 9, 2023
|
Non greedy regex match
|
|
4
|
356
|
July 6, 2023
|
Doesn't capturing groups within non capturing groups work in regex?
|
|
5
|
460
|
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
|
1004
|
January 16, 2023
|
Feature request: How about pattern matching of `Base.Filesystem.readdir`?
|
|
7
|
1195
|
December 20, 2022
|
Convert string in text file into int
|
|
3
|
882
|
November 2, 2022
|
Extracting a float from a string
|
|
31
|
3893
|
October 24, 2022
|
How to remove RegexMatch() in output
|
|
1
|
250
|
October 23, 2022
|
Strange regex error (bug?)
|
|
3
|
472
|
July 25, 2022
|
Does Julia use original PCRE or PCRE2?
|
|
1
|
605
|
July 14, 2022
|
convert(Regex, ::DateFormat)?
|
|
1
|
302
|
May 1, 2022
|
Use regex replacement strings
|
|
8
|
3455
|
February 19, 2022
|
Perform multiple replacements on a string in a single pass
|
|
19
|
9154
|
January 18, 2022
|
Why no do-blocks for regex matching
|
|
8
|
987
|
January 13, 2022
|