473,473 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

RegExp post on Wikicodia

Hello,

I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaSc...lar_expression

Please help me to expand it and put all information about the topic so
we can reference it anytime and close it. Also there may be some
English mistakes, I'm sorry, I'm not a native language speaker.

Regards,
Mohammad Abou-Basha
Wikicodia Admin

Sep 22 '07 #1
3 1478
Mohammad Abou-Basha wrote:
I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaSc...lar_expression

Please help me to expand it and put all information about the topic so
we can reference it anytime and close it. Also there may be some
English mistakes, I'm sorry, I'm not a native language speaker.
http://developer.mozilla.org/en/docs...Objects:RegExp
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f8*******************@news.demon.co.uk>
Sep 22 '07 #2
In comp.lang.javascript message <11**********************@d55g2000hsg.go
oglegroups.com>, Sat, 22 Sep 2007 17:01:33, Mohammad Abou-Basha
<mi********@gmail.composted:
>I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaSc...lar_expression

<FAQENTRYThat site should be reviewed for the newsgroup FAQ.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v6.05 MIME.
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.merlyn.demon.co.uk/clpb-faq.txt RAH Prins : c.l.p.b mFAQ;
<URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zipTimo Salmi's Turbo Pascal FAQ.
Oct 2 '07 #3
Mohammad Abou-Basha wrote on 22 sep 2007 in comp.lang.javascript:
Hello,

I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaSc...lar_expression

Please help me to expand it and put all information about the topic so
we can reference it anytime and close it. Also there may be some
English mistakes, I'm sorry, I'm not a native language speaker.
If you posted this:

<form method='post'>
<input name="emailTextBox" type="text">
<input type="button"
onClick="return validateEmail(this.form.emailTextBox)"
value="Validate" />
</form>

change this to:

<form method='post'
onsubmit="return validateEmail(this.form.emailTextBox)">
<input name="emailTextBox" type="text">
<input type="submit" value="Validate">
</form>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 2 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Ones Self | last post by:
Hi all: I'm trying to replace using a regexp read from a file: $string = '123 456 789'; # these two are usualy read from a file, # and so have to be in variables. $re = '()'; $rep = '|$1|';
10
by: Andrew DeFaria | last post by:
I was reading my O'Reilly JavaScript The Definitive Guide when I came across RegExp and thought I could tighten up my JavaScript code that checks for a valid email address. Why does the following...
10
by: Jeff Sandler | last post by:
I have a page that accepts input from many textboxes. Many of the textboxes are intended to accept dates and times, thus, I expect only digits to be entered. I originally tested using parseInt...
4
by: Jon Maz | last post by:
Hi All, I want to strip the accents off characters in a string so that, for example, the (Spanish) word "práctico" comes out as "practico" - but ignoring case, so that "PRÁCTICO" comes out as...
6
by: jiing24 | last post by:
I try to use regexp to replace some html tags in DOM, but the result seems some problems, ================================ <Script language="javascript" type="text/javascript"> var config =...
4
by: drasko | last post by:
Hi all. I need to code simple and fast int regexp_match(char *regexp, char *string) function that will follow the expression regexp, and see if there is a matching in the string. If there is, it...
11
by: HopfZ | last post by:
I coudn't understand some behavior of RegExp.test function. Example html code: ---------------- <html><head></head><body><script type="text/javascript"> var r = /^https?:\/\//g;...
2
by: Wikicodia Admin | last post by:
Dears, Wikicodia is a wiki based project for sharing code snippets. We're collecting large number of code snippets for all code-based programming languages, scripts, shells and consoles. We wish...
1
by: chainspell | last post by:
My very first post here :) I know my way around vb and js but I'm lost with regular expressions.. Anyways I have my function below, and my problem is the function changes all words into links... even...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.