|
Python's replace faster than Julia's replace?
|
|
22
|
2136
|
October 7, 2025
|
|
Regex replace by group index
|
|
5
|
125
|
August 5, 2025
|
|
How to replace backslash
|
|
2
|
179
|
June 12, 2025
|
|
Match.jl: Getting hold of regex captures? (`\1` doesn't seem to work.)
|
|
4
|
186
|
March 12, 2025
|
|
Filter dataframe with regular expression
|
|
8
|
2666
|
February 20, 2025
|
|
Using Regex() function, how do I match the end of the string?
|
|
4
|
156
|
December 10, 2024
|
|
ERROR: LoadError: PCRE JIT error: no more memory
|
|
4
|
183
|
May 8, 2024
|
|
Replacing brackets in a string
|
|
7
|
1508
|
April 27, 2024
|
|
Case-insensitive prefix/suffix stripping
|
|
13
|
1063
|
February 8, 2024
|
|
How to do readuntil(io, ::Regex)?
|
|
0
|
205
|
February 7, 2024
|
|
Replace lines of file A using advanced regex and write to file B
|
|
16
|
1651
|
January 10, 2024
|
|
Learning Regular Expressions in Julia
|
|
13
|
2224
|
September 10, 2023
|
|
RegexMatch to NamedTuple?
|
|
3
|
1154
|
August 20, 2023
|
|
Multiway string substitution
|
|
17
|
716
|
August 6, 2023
|
|
What is regex for the end of string in Julia?
|
|
7
|
595
|
July 29, 2023
|
|
What is regex for blank line in Julia?
|
|
3
|
1031
|
July 29, 2023
|
|
Regex capture next line in text file
|
|
7
|
393
|
July 9, 2023
|
|
Non greedy regex match
|
|
4
|
471
|
July 6, 2023
|
|
Doesn't capturing groups within non capturing groups work in regex?
|
|
5
|
644
|
May 13, 2023
|
|
Q | Using Regex and eachmatch() to extract substrings
|
|
1
|
210
|
April 5, 2023
|
|
Verify if a daily file has been created
|
|
6
|
493
|
March 12, 2023
|
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
1029
|
January 23, 2023
|
|
Questions about string
|
|
21
|
1124
|
January 16, 2023
|
|
Feature request: How about pattern matching of `Base.Filesystem.readdir`?
|
|
7
|
1291
|
December 20, 2022
|
|
Convert string in text file into int
|
|
3
|
922
|
November 2, 2022
|
|
Extracting a float from a string
|
|
31
|
4084
|
October 24, 2022
|
|
How to remove RegexMatch() in output
|
|
1
|
258
|
October 23, 2022
|
|
Strange regex error (bug?)
|
|
3
|
517
|
July 25, 2022
|
|
Does Julia use original PCRE or PCRE2?
|
|
1
|
640
|
July 14, 2022
|
|
convert(Regex, ::DateFormat)?
|
|
1
|
329
|
May 1, 2022
|