Learning Regular Expressions in Julia
|
|
13
|
656
|
September 10, 2023
|
RegexMatch to NamedTuple?
|
|
3
|
912
|
August 20, 2023
|
Multiway string substitution
|
|
17
|
380
|
August 6, 2023
|
What is regex for the end of string in Julia?
|
|
7
|
226
|
July 29, 2023
|
What is regex for blank line in Julia?
|
|
3
|
192
|
July 29, 2023
|
Regex capture next line in text file
|
|
7
|
179
|
July 9, 2023
|
Non greedy regex match
|
|
4
|
125
|
July 6, 2023
|
Doesn't capturing groups within non capturing groups work in regex?
|
|
5
|
200
|
May 13, 2023
|
Q | Using Regex and eachmatch() to extract substrings
|
|
1
|
117
|
April 5, 2023
|
Verify if a daily file has been created
|
|
6
|
297
|
March 12, 2023
|
Replace lines of file A using advanced regex and write to file B
|
|
15
|
512
|
February 10, 2023
|
How to improve a Generator to be more memory efficient when it is collected?
|
|
21
|
703
|
January 23, 2023
|
Questions about string
|
|
21
|
710
|
January 16, 2023
|
Feature request: How about pattern matching of `Base.Filesystem.readdir`?
|
|
7
|
639
|
December 20, 2022
|
Convert string in text file into int
|
|
3
|
480
|
November 2, 2022
|
Extracting a float from a string
|
|
31
|
2589
|
October 24, 2022
|
How to remove RegexMatch() in output
|
|
1
|
185
|
October 23, 2022
|
Replacing brackets in a string
|
|
3
|
634
|
August 8, 2022
|
Strange regex error (bug?)
|
|
3
|
276
|
July 25, 2022
|
Does Julia use original PCRE or PCRE2?
|
|
1
|
435
|
July 14, 2022
|
convert(Regex, ::DateFormat)?
|
|
1
|
240
|
May 1, 2022
|
Filter dataframe with regular expression
|
|
7
|
1569
|
March 1, 2022
|
Use regex replacement strings
|
|
8
|
2011
|
February 19, 2022
|
Perform multiple replacements on a string in a single pass
|
|
19
|
6460
|
January 18, 2022
|
Why no do-blocks for regex matching
|
|
8
|
835
|
January 13, 2022
|
Useful Regex's for Julia code bases
|
|
0
|
594
|
May 16, 2019
|
Issues with Regex support in Julia (threading, handling of abstract strings)
|
|
0
|
607
|
April 25, 2018
|
What is the correct way to regex route parameters in Genie.jl?
|
|
0
|
339
|
September 12, 2021
|
Transducer Filtering with Regex?
|
|
0
|
334
|
December 27, 2020
|
Remove unmatched parts via regular expression
|
|
6
|
862
|
December 31, 2021
|