|
Use regex replacement strings
|
|
8
|
3768
|
February 19, 2022
|
|
Perform multiple replacements on a string in a single pass
|
|
19
|
9930
|
January 18, 2022
|
|
Why no do-blocks for regex matching
|
|
8
|
1041
|
January 13, 2022
|
|
Useful Regex's for Julia code bases
|
|
0
|
694
|
May 16, 2019
|
|
Issues with Regex support in Julia (threading, handling of abstract strings)
|
|
0
|
673
|
April 25, 2018
|
|
What is the correct way to regex route parameters in Genie.jl?
|
|
0
|
452
|
September 12, 2021
|
|
Transducer Filtering with Regex?
|
|
0
|
471
|
December 27, 2020
|
|
Remove unmatched parts via regular expression
|
|
6
|
1425
|
December 31, 2021
|
|
Problem with regex example in docs
|
|
3
|
793
|
December 6, 2021
|
|
How to return the line that contains specific information from a file?
|
|
7
|
1472
|
November 3, 2021
|
|
Regex matching when string has non-ascii unicode
|
|
3
|
2935
|
October 26, 2021
|
|
Is there a way to keep the delimiter in split function, as a separate element?
|
|
2
|
2081
|
December 17, 2020
|
|
Split rsplit and Regex
|
|
1
|
602
|
September 1, 2021
|
|
Creating a Table from Regex
|
|
1
|
963
|
June 19, 2021
|
|
Transforming dataframe columns selected via regex while keeping the other columns
|
|
4
|
899
|
May 24, 2021
|
|
Correct usage of regex matches
|
|
5
|
890
|
May 9, 2021
|
|
Did Julia 1.6 introduced a regression for regex properties?
|
|
2
|
665
|
March 30, 2021
|
|
Separating Numbers from Letters (from anything else) using Regex
|
|
2
|
4101
|
January 19, 2021
|
|
Regex on byte vector
|
|
10
|
1656
|
November 10, 2020
|
|
Findfirst(r"\d",tmp) works but : findlast(r"\d",tmp) ERROR: MethodError: no method matching findlast(::Regex, ::String)
|
|
2
|
374
|
November 6, 2020
|
|
How to use Regex() function?
|
|
5
|
688
|
October 24, 2020
|
|
What is regex?
|
|
10
|
5215
|
September 10, 2020
|
|
Why is os.walk() + regex so much slower than glob
|
|
2
|
1769
|
August 7, 2020
|
|
Regex numeric range generator
|
|
3
|
2590
|
July 22, 2020
|
|
How to use a flag in Regex()?
|
|
2
|
1230
|
June 23, 2020
|
|
Broadcasting Regex in DataFrame to create new column
|
|
3
|
1724
|
May 24, 2020
|
|
Regex: ERROR: PCRE error: requested value is not set
|
|
4
|
663
|
May 9, 2020
|
|
PEG (parsing expression grammars)
|
|
1
|
943
|
January 31, 2020
|
|
How to create a regex from a string with metacharacters?
|
|
2
|
513
|
January 28, 2020
|
|
Help converting python to julia?
|
|
2
|
754
|
December 8, 2019
|