Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Regex
Conversations
Labels
About
Regex
Contact owners and managers
1–30 of 754
Mark all as read
Report group
0 selected
emilia...@gmail.com
4/25/17
Hola!!! que ver si alguien me puede ayudar con esta REGEX
tengo este texto y quiero estrar en grupo por un lado el texto sin que este encerrado entre tags, y
unread,
Hola!!! que ver si alguien me puede ayudar con esta REGEX
tengo este texto y quiero estrar en grupo por un lado el texto sin que este encerrado entre tags, y
4/25/17
Gustav Stensson
,
iiz
2
1/21/16
Match "," or new-line, but not when inside quotations
Hi, What do you want to do with your matches? You could use the principle of 'good string bad
unread,
Match "," or new-line, but not when inside quotations
Hi, What do you want to do with your matches? You could use the principle of 'good string bad
1/21/16
Ruchi Saini
,
iiz
2
5/27/15
Help Required in Regular Expression
Hi Ruchi, These are two questions. 1) You are saying green and blue are optional by inserting the
unread,
Help Required in Regular Expression
Hi Ruchi, These are two questions. 1) You are saying green and blue are optional by inserting the
5/27/15
Daniel Pozzi
5/26/15
Paragraph
Using regex, I need to find a paragraph that begins with XXX, YYY and contains ZZZ. Can you help?
unread,
Paragraph
Using regex, I need to find a paragraph that begins with XXX, YYY and contains ZZZ. Can you help?
5/26/15
Qianqian Fang
,
Prashant Patole
3
5/9/15
matching square brackets while skipping those in double quotes
Prashant +91 9423968815 https://in.linkedin.com/in/prashantpatole On 9 May 2015 at 18:27, Prashant
unread,
matching square brackets while skipping those in double quotes
Prashant +91 9423968815 https://in.linkedin.com/in/prashantpatole On 9 May 2015 at 18:27, Prashant
5/9/15
pip7...@gmail.com
,
Prashant Patole
2
5/9/15
Mutliple matches
i am a .Net guy hence dont know much about Ruby syntax and methods. however can help with respect to
unread,
Mutliple matches
i am a .Net guy hence dont know much about Ruby syntax and methods. however can help with respect to
5/9/15
Dy Coder
2/18/15
Searching for the right regex algorithm for a match
I'm trying to fetch a pattern matcher for some of my needs. I will elaborate as much as possible
unread,
Searching for the right regex algorithm for a match
I'm trying to fetch a pattern matcher for some of my needs. I will elaborate as much as possible
2/18/15
Massi
,
iiz
2
10/28/14
Regex substitution in python
This should do it: Sub \$ For \$[^$]
unread,
Regex substitution in python
This should do it: Sub \$ For \$[^$]
10/28/14
krishs patil
, …
iiz
4
6/27/14
CSV processing regular expression
Delimiter = ';' new Regex(Delimiter + "(?=(?:[^\"]*\"[^\"]*\")*(?![^
unread,
CSV processing regular expression
Delimiter = ';' new Regex(Delimiter + "(?=(?:[^\"]*\"[^\"]*\")*(?![^
6/27/14
Explorer
,
iiz
2
6/27/14
Function Replace myfunc(abc, 5, xyz) -----> myfunc(abc, xyz, 5 , xyz) using RegEx
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 Op dinsdag 27 mei 2014 22:26:
unread,
Function Replace myfunc(abc, 5, xyz) -----> myfunc(abc, xyz, 5 , xyz) using RegEx
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 Op dinsdag 27 mei 2014 22:26:
6/27/14
Explorer
,
iiz
2
6/27/14
Help with replacing functions myfunc(param1,0,param3) ----> myfunc(param1,param3,0,param3)
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 basically you are looking for
unread,
Newb
Help with replacing functions myfunc(param1,0,param3) ----> myfunc(param1,param3,0,param3)
Search for (?=\()([^)]*),([^)]*),([^)]*)(?=\)) replace with \1,\3,\2,\3 basically you are looking for
6/27/14
Paolo Aciano
,
Prashant Patole
5
3/31/14
Regex section from multiline
Also try this page. I think its re.findall in python. http://WWW.regular-expressions.info/python.HTML
unread,
Regex section from multiline
Also try this page. I think its re.findall in python. http://WWW.regular-expressions.info/python.HTML
3/31/14
John Harris
2/28/14
Newbee to regular expression but wanting to learn.
If I want to do do a search and replace using RegEx. on something like this filename and wanted to
unread,
Newbee to regular expression but wanting to learn.
If I want to do do a search and replace using RegEx. on something like this filename and wanted to
2/28/14
The Frog
, …
Prashant
9
2/6/14
Struggling with the absurdly simple
I recommend ultra picio expesso. Prashant Sent from my ASUS Fonepad Rick Quatro <rickquatro@gmail.
unread,
Struggling with the absurdly simple
I recommend ultra picio expesso. Prashant Sent from my ASUS Fonepad Rick Quatro <rickquatro@gmail.
2/6/14
Mario Lacunza
,
Thomas Minitsios
2
12/12/13
Regex in PHP: dont match
Try: $regex = "/\{chesspos\}(.|\n)*?\{\/chesspos\}/"; On Tue, Dec 3, 2013 at 7:44 PM, Mario
unread,
Regex in PHP: dont match
Try: $regex = "/\{chesspos\}(.|\n)*?\{\/chesspos\}/"; On Tue, Dec 3, 2013 at 7:44 PM, Mario
12/12/13
Matt Watson
, …
Затлер Евгений Викторович
3
11/30/13
Help! Completely new to regex.
BTW, the regex flavor used by Page Monitor is not the one (JGsoft flavor) i am used to. I am used to
unread,
Help! Completely new to regex.
BTW, the regex flavor used by Page Monitor is not the one (JGsoft flavor) i am used to. I am used to
11/30/13
Wm.M
,
Ross Presser
2
8/27/13
Return to date issues ... renamer with intelligence that can convert yyyy.mm.dd to yyyy.mm.dd.ddd?
In .NET, the "something more" can be put into a function that gets called for each match:
unread,
Return to date issues ... renamer with intelligence that can convert yyyy.mm.dd to yyyy.mm.dd.ddd?
In .NET, the "something more" can be put into a function that gets called for each match:
8/27/13
Kris Ring
,
iiz
5
7/29/13
Help with regex split on text in a file
This will make for some great reading tonight, thank you VERY much for the time you have spent on
unread,
Help with regex split on text in a file
This will make for some great reading tonight, thank you VERY much for the time you have spent on
7/29/13
Thomas
,
Prashant Patole
2
5/19/13
Blog Post: Regular Expressions Crash Course
good.. thanks On Sun, May 19, 2013 at 1:09 PM, Thomas <ael...@gmail.com> wrote: A friend of
unread,
Blog Post: Regular Expressions Crash Course
good.. thanks On Sun, May 19, 2013 at 1:09 PM, Thomas <ael...@gmail.com> wrote: A friend of
5/19/13
The Frog
,
Prashant Patole
4
5/13/13
Breaking addresses into capture groups is driving me nuts
Hi Frog, this is just a quick reply. this do not handle optional Level1 quite well. However, this is
unread,
Breaking addresses into capture groups is driving me nuts
Hi Frog, this is just a quick reply. this do not handle optional Level1 quite well. However, this is
5/13/13
Jeff Nyman
, …
iiz
5
5/3/13
Inserting Spaces Into a String That is a Defined Length
Jeff, I would not do this using regular expression, but with a combination of length, round and
unread,
Inserting Spaces Into a String That is a Defined Length
Jeff, I would not do this using regular expression, but with a combination of length, round and
5/3/13
Carlo Lombardo
, …
Prashant Patole
4
3/11/13
Problem with regex replace in pages html, php and javascript affected by trojan horse
for HTML find string is (?<=<!--336988-->[\r\n\s]+<script type="text/javascript
unread,
Problem with regex replace in pages html, php and javascript affected by trojan horse
for HTML find string is (?<=<!--336988-->[\r\n\s]+<script type="text/javascript
3/11/13
Louie Kilmer
,
Ross Presser
2
2/21/13
Help removing .txt in this regex.
#\/Type \/Filespec[\n]\/F \((.*?)\.txt\)# This would match ONLY filenames ending in .txt, and would
unread,
Help removing .txt in this regex.
#\/Type \/Filespec[\n]\/F \((.*?)\.txt\)# This would match ONLY filenames ending in .txt, and would
2/21/13
Daniel Goldman
,
Prashant Patole
2
2/11/13
Test Post
please clarify your problem in general terms. make it very clear what are you trying to do? where...?
unread,
Test Post
please clarify your problem in general terms. make it very clear what are you trying to do? where...?
2/11/13
Stanny
,
Prashant Patole
2
2/11/13
Regex flat data file to xml
i have done such requirements many times and from many years solution is, you have to apply multiple
unread,
Regex flat data file to xml
i have done such requirements many times and from many years solution is, you have to apply multiple
2/11/13
steffsc...@gmail.com
2/9/13
How to properly write regex
Hello all, I am struggling with an regex for a string like this: https://hostname-domain-cz-
unread,
How to properly write regex
Hello all, I am struggling with an regex for a string like this: https://hostname-domain-cz-
2/9/13
Staffan Nöteberg
, …
Eugeny....@gmail.com
4
10/20/12
Feedback on Regex book prototype
Jim, Staffan welcomed off-list comments only. SN> Any feedback, off-list, is very very appreciated
unread,
Feedback on Regex book prototype
Jim, Staffan welcomed off-list comments only. SN> Any feedback, off-list, is very very appreciated
10/20/12
ארז בן שוהם
,
Eugeny....@gmail.com
2
8/12/12
Chang a url with Regex
You can try /(?!.*/.*) the above means "a forward slash not followed by "anything/anything
unread,
Chang a url with Regex
You can try /(?!.*/.*) the above means "a forward slash not followed by "anything/anything
8/12/12
Massi
,
Prashant Patole
3
8/3/12
Yet another "split string by spaces preserving single quotes" problem
oops.. ther was some problem in prev post please use this one. ([^'\\ ]+(?:\\\\'[^']*)*)|
unread,
Yet another "split string by spaces preserving single quotes" problem
oops.. ther was some problem in prev post please use this one. ([^'\\ ]+(?:\\\\'[^']*)*)|
8/3/12
Ness-sp
,
Staffan Nöteberg
2
7/20/12
RegEx AND function? How do I match this?
You can match tis with: ^(?=0*X0+2).{7}$ It says: * start from the beginning and lookahead that the
unread,
RegEx AND function? How do I match this?
You can match tis with: ^(?=0*X0+2).{7}$ It says: * start from the beginning and lookahead that the
7/20/12