My account: Login | Sign Up
Loading...

Regular Expression - Topic profile

Topic profile page for Regular Expression. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Regular Expression.
Search discussions about regular expression on BoardReader!

Posting activity graph on regular expression:

Posts by:  day  week  month 

 

Related topics:


regular expression was discussed on the following sites:

MSDN Forums MSDN Forums - 906 MSDN Forums - site profile
Forums - ASP.NET Forums - 203 Forums - ASP.NET Forums - site profile
JavaRanch Big Moose Saloon JavaRanch Big Moose Saloon - 195 JavaRanch Big Moose Saloon - site profile
CodeProject: Discussion Boards. Free source code and programming help CodeProject: Discussion Boards. Free source... - 163 CodeProject: Discussion Boards. Free source code and programming help - site profile
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers SitePoint : New Articles, Fresh Thinking for... - 158 SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile

 

Related threads on regular expression:

C# [2.0] Correctly Matching a Regular Expression for a... Go to this thread  VBForums - Visual Basic and VB .NET Discussions and More! - site profile C# - forum profile [2.0] Correctly Matching a Regular Expression for a specific formatted string (C# 2005)
Regular Expressions Regular expression matching Go to this thread  MSDN Forums - site profile Regular Expressions - forum profile Regular expression matching
cameron
Regular expression to replace square brackets ~ Go to this thread  Twitter / camerongrice - site profile cameron
 - forum profile Regular expression to replace square brackets ~
Regular Expressions ANATEL TXT - Regular Expression Go to this thread  MSDN Forums - site profile Regular Expressions - forum profile ANATEL TXT - Regular Expression
Regular Expressions Can anyone help me to retrive text from HTML tag with... Go to this thread  MSDN Forums - site profile Regular Expressions - forum profile Can anyone help me to retrive text from HTML tag with regular expression

Latest threads on regular expression:

Regular Expressions
Started 3 weeks ago (2008-08-08 20:29:00)  by _adapa
I have a regular expression and I am trying to find matches in a string. The regular expression: # [^ [^
Go to this thread
Source: More from this site MSDN Forums  MSDN Forums - site profile 
Forum:  Regular Expressions Regular Expressions - forum profile
Thread:  Show this thread (2 posts) Size: 13 kb
Customize:  Customize "Regular expression matching :: Regular Expressions :: MSDN Forums"
cameron
Started 1 month, 1 week ago (2008-07-17 22:50:00)  by camerongrice
Go to this thread
Source: More from this site Twitter / camerongrice  Twitter / camerongrice - site profile 
Forum:  cameron cameron  - forum profile
Thread:  Show this thread (1 post) Size: 500 bytes
Customize:  Customize "Regular expression to replace square brackets ~ :: cameron  :: Twitter / camerongrice"
C#
Started 2 months, 3 weeks ago (2008-06-03 23:20:00)  by Shaitan00
I am trying to find a way to correctly use Regular Expression (RegEx) to decompose a specific formatted string into 3 values, here are 3 samples of the strings in question. "1 CASH 1.00 $ 0.21 $" "1 CASH 1.50 $ 0.22 $" "1 CASH 10.50 $ 100.50 $" .. etc .. This format will never change, my goal is to be able to automatically ...
Go to this thread
Source: More from this site VBForums - Visual Basic and VB .NET Discussions an...  VBForums - Visual Basic and VB .NET Discussions and More! - site profile 
Forum:  C# C# - forum profile
Thread:  Show this thread (3 posts) Size: 1,275 bytes
Customize:  Customize "[2.0] Correctly Matching a Regular Expression for a specific formatted string (C# 2005) :: C# :: VBForums - Visual Basic and VB .NET Discussions an..."
Search engine optimization / search engine related discussion
Started 11 hours, 22 minutes ago (2008-08-29 14:04:00)  by IQ
I want to block a large number of URLs that would be something like: index.main_page=popup_image&pID=716,index.main _page=popup_image&pID=844 etc I'm struggling with this regular expression and wonder which is correct (if any) ? Disallow:/index.main_page=popup_image&pID=&quo t;*" Disallow:/index.php?main_page=popup_image"*&q uot; Disallow:/index.php?main_page=popup_image&pID. ..
Go to this thread
Python Programming
Started 18 hours, 18 minutes ago (2008-08-29 07:08:00)  by mgamberi
Hi, I'm new with python. I need to create a regular expression that do this. The regular expression start with CREATE TABLE , in the middle of the sentence there is CLOB , and the sentence ends with the simbol ; , like this: CREATE TABLE PIPPO (ID NUMBER, NOME CLOB ,COGNOME VARCHAR2(30) ; Is it correct: reg = re.compile(r'(^CREATE TABLE.*CLOB)(?P...
Go to this thread
JavaScript programming
Started 1 day, 13 hours ago (2008-08-28 12:04:00)  by raneeshak
hi All, i am new to the regular expression like stuff.
Go to this thread
Started 1 day, 17 hours ago (2008-08-28 08:24:00)  by hamzaKhara
Hi, we need to validate email addresses against free domains like hotmail,yahoo and gmail etc using Regular expression validation control, that is if the user write free email address an error message should come up. So what is the validation expression should be?
Go to this thread
Source: More from this site Forums - ASP.NET Forums  Forums - ASP.NET Forums - site profile 
Forum:  Web Forms Web Forms - forum profile
Thread:  Show this thread (3 posts) Size: 350 bytes
Customize:  Customize "How to validate email addresses against free domains like hotmail,yahoo and gmail using Regular expression validation control? :: Web Forms :: Forums - ASP.NET Forums"
Programming
Started 1 day, 20 hours ago (2008-08-28 05:01:00)  by nik1984
[ Log in to get rid of this advertisement] using regular expression in expect scripts i wrote expect script that will check string out put of "show clock" command but i want to validate this using regular expression...how i can do validation using expect script & store output from expect command. ================================== sample expect script #!/usr...
Go to this thread
Source: More from this site LinuxQuestions.org - where Linux users come for he...  LinuxQuestions.org - where Linux users come for help - site profile 
Forum:  Programming Programming - forum profile
Thread:  Show this thread (2 posts) Size: 1,160 bytes
Customize:  Customize "Using regular expression in expect script :: Programming :: LinuxQuestions.org - where Linux users come for he..."
PHP
Started 1 day, 20 hours ago (2008-08-28 04:49:26)  by <[Wapsi]>
Hi all, I wrote a abstract layer for my database objects but recently I bumped into a problem which I'm not able to solve up till now. I'm not searching for an easy solution here, but maybe someone can point me in the right direction. For parsing of template generated content I need some expressions but I can't formulate them correctly. Basically, what I want to do is to fetch ...
Go to this thread
Source: More from this site SitePoint : New Articles, Fresh Thinking for Web D...  SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile 
Forum:  PHP PHP - forum profile
Thread:  Show this thread (2 posts) Size: 5,852 bytes
Customize:  Customize "Php regular expression braincracker :: PHP :: SitePoint : New Articles, Fresh Thinking for Web D..."
Algemeen
Started 2 days, 9 hours ago (2008-08-27 16:23:45)  by hoochie
Ik gebruik volgende code voor een vinden van een emailadres Code: RegExpr := nil; try RegExpr := TRegExpr.Create; if RegExpr nil then begin RegExpr.Expression := '^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$'; if RegExpr.Exec(ssIn.DataString) then repeat Form1.Memo2.Lines.Add(RegExpr.Match[1]); until not RegExpr.ExecNext; end;...
Go to this thread
Source: More from this site NLDelphi  NLDelphi - site profile 
Forum:  Algemeen Algemeen - forum profile
Thread:  Show this thread (19 posts) Size: 873 bytes
Customize:  Customize "Regular expression emailadres :: Algemeen :: NLDelphi"
 

Hot threads on regular expression:

Documents Management
Started 1 week ago (2008-08-22 13:16:00)  by Graham Mayor
Of course it does! -- &gt;&lt; &gt;&lt; &gt;&lt; &gt;&lt; &gt;&lt; &gt;&lt; &gt; Your web site, while thorough, does not address this problem. &gt; &gt; &quot;Graham Mayor&quot; wrote: &gt;
Go to this thread
Source: More from this site MCSE braindumps  MCSE braindumps - site profile 
Forum:  Documents Management Documents Management - forum profile
Thread:  Show this thread (11 posts) Size: 733 bytes
Customize:  Customize "Re: Regular expression ?{n,m} not working :: Documents Management :: MCSE braindumps"
JavaScript programming
Started 8 hours, 8 minutes ago (2008-08-29 17:18:00)  by tagnu
Quote: Originally Posted by Cranford Code: var nStr1 = &quot;http://uk.wrs.yahoo.com/_ylt=A8pWBj2w5bNIa84 A54S7HAx.;_ylu=X3oDMTEwZTl2dThqBHNlYwNzcgRwb3MDNwR jb2xvA2luMl9pbnRsBHZ0aWQD/SIG=11kp4e70q/EXP=121983 5696/**http%3A//www.example.com/index.html&quot;; var nStr2 = &quot;http://uk.wrs.yahoo.com/_ylt=A8pWBj2w5bNIa84 A5YS7HAx.;_ylu=...
Go to this thread
C#
Re: Regular expression  - 5 new posts Read thread in new window
Started 3 days, 14 hours ago (2008-08-26 10:28:00)  by hadad
Thanks a lot, I know that the pattern works well in the way you use it for getting the attributes inside these two braces {} but what I've failed to do is to match the whole rule like this: #DTEST { border-style : solid ; border-width : thin ; position:relative; right:10px; left:900px; width:50px; } This is the whole pattern: [\\.#]?[a-zA-Z0-9_]+[\t\\s...
Go to this thread
Source: More from this site CodeProject: Discussion Boards. Free source code a...  CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  C# C# - forum profile
Thread:  Show this thread (6 posts) Size: 852 bytes
Customize:  Customize "Re: Regular expression :: C# :: CodeProject: Discussion Boards. Free source code a..."
ASP.NET
Started 1 day, 8 hours ago (2008-08-28 16:48:00)  by Muneeb R. Baig
Sorry, I don't want to hurt you. Infact I was replying to the orignal post. Is there any way to move my post to the orignal post?
Go to this thread
Source: More from this site CodeProject: Discussion Boards. Free source code a...  CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  ASP.NET ASP.NET - forum profile
Thread:  Show this thread (5 posts) Size: 180 bytes
Customize:  Customize "Re: Regular expression for 3 character alphanumeric string separated by _ :: ASP.NET :: CodeProject: Discussion Boards. Free source code a..."
Algemeen
Started 2 days, 7 hours ago (2008-08-27 17:41:00)  by Henk Schreij
@hoochie: Je kunt IsGeenEmail gebruiken om per woord te controleren of het een emailadres is, en alleen als het een email is toevoegen. Hier een stukje voorbeeldcode: Code: procedure TForm1.BitBtn1Click(Sender: TObject); function IsGeenEmail(sEmail: string ):Boolean; {geen controle op leeg, eerst trim} var S: string ; i: Integer; begin Result:= True; ...
Go to this thread
Source: More from this site NLDelphi  NLDelphi - site profile 
Forum:  Algemeen Algemeen - forum profile
Thread:  Show this thread (19 posts) Size: 4,508 bytes
Customize:  Customize "RE: Regular expression emailadres - Pagina 2 - NLDelphi :: Algemeen :: NLDelphi"
Started 4 days, 14 hours ago (2008-08-25 11:21:00)  by xhsoldier
Quote: Originally Posted by jethro.fn Yes, using the re module, like in standard Python 2.2. Great! thanks!
Go to this thread
Source: More from this site Nokia Developer Discussion Boards  Nokia Developer Discussion Boards - site profile 
Forum:  Python Python - forum profile
Thread:  Show this thread (6 posts) Size: 717 bytes
Customize:  Customize "Re: Does Python on S60 support regular expression - :: Python :: Nokia Developer Discussion Boards"
ASP.NET
Started 1 week ago (2008-08-22 09:07:00)  by Guffa
Why the apostrophes? An alphanumeric string should not contains apostrophes, should it? [\da-zA-Z ]
Go to this thread