Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
regular expression which doesnt alllow *
santhoshkumar samala
Ranch Hand
Posts: 156
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I need a regular expression which doesnt allow * in it.
santhosh<br />SCJP,SCWCD
David O'Meara
Rancher
Posts: 13459
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In Javascript?
Ulf Dittmer
Rancher
Posts: 43081
77
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
By "it", I assume you mean the
string
which is matched, not the regexp. Something like "^[^*]*$" should do the trick.
santhoshkumar samala
Ranch Hand
Posts: 156
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
yeah david.. requirement was Regular Expression for
java
script
hey dittmer,
you are genious... it worked. Thanks
alot
[ July 24, 2007: Message edited by: santhoshkumar samala ]
santhosh<br />SCJP,SCWCD
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Doubt on Regular Expression
How to check whether name of the File is in a Specifi format??
How can I add error handling facilities to this code?
Java Grammer/ Reg Ex For method identification
Alphabets only valitation
More...