Why no do-blocks for regex matching
|
|
8
|
987
|
January 13, 2022
|
Useful Regex's for Julia code bases
|
|
0
|
682
|
May 16, 2019
|
Issues with Regex support in Julia (threading, handling of abstract strings)
|
|
0
|
657
|
April 25, 2018
|
What is the correct way to regex route parameters in Genie.jl?
|
|
0
|
441
|
September 12, 2021
|
Transducer Filtering with Regex?
|
|
0
|
454
|
December 27, 2020
|
Remove unmatched parts via regular expression
|
|
6
|
1367
|
December 31, 2021
|
Problem with regex example in docs
|
|
3
|
759
|
December 6, 2021
|
How to return the line that contains specific information from a file?
|
|
7
|
1408
|
November 3, 2021
|
Regex matching when string has non-ascii unicode
|
|
3
|
2730
|
October 26, 2021
|
Is there a way to keep the delimiter in split function, as a separate element?
|
|
2
|
1957
|
December 17, 2020
|
Split rsplit and Regex
|
|
1
|
587
|
September 1, 2021
|
Creating a Table from Regex
|
|
1
|
932
|
June 19, 2021
|
Python's replace faster than Julia's replace?
|
|
13
|
1584
|
June 19, 2021
|
Transforming dataframe columns selected via regex while keeping the other columns
|
|
4
|
847
|
May 24, 2021
|
Correct usage of regex matches
|
|
5
|
696
|
May 9, 2021
|
Did Julia 1.6 introduced a regression for regex properties?
|
|
2
|
652
|
March 30, 2021
|
Separating Numbers from Letters (from anything else) using Regex
|
|
2
|
3973
|
January 19, 2021
|
Regex on byte vector
|
|
10
|
1583
|
November 10, 2020
|
Findfirst(r"\d",tmp) works but : findlast(r"\d",tmp) ERROR: MethodError: no method matching findlast(::Regex, ::String)
|
|
2
|
359
|
November 6, 2020
|
How to use Regex() function?
|
|
5
|
644
|
October 24, 2020
|
What is regex?
|
|
10
|
5093
|
September 10, 2020
|
Why is os.walk() + regex so much slower than glob
|
|
2
|
1696
|
August 7, 2020
|
Regex numeric range generator
|
|
3
|
2567
|
July 22, 2020
|
How to use a flag in Regex()?
|
|
2
|
1193
|
June 23, 2020
|
Broadcasting Regex in DataFrame to create new column
|
|
3
|
1672
|
May 24, 2020
|
Regex: ERROR: PCRE error: requested value is not set
|
|
4
|
623
|
May 9, 2020
|
PEG (parsing expression grammars)
|
|
1
|
907
|
January 31, 2020
|
How to create a regex from a string with metacharacters?
|
|
2
|
495
|
January 28, 2020
|
Help converting python to julia?
|
|
2
|
727
|
December 8, 2019
|
Best way to get all substrings or numbers matching a regex
|
|
9
|
8451
|
November 27, 2019
|