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
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
HTML Pages with CSS and JavaScript
regular expression which doesnt alllow *
santhoshkumar samala
Ranch Hand
Posts: 156
I like...
posted 14 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 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In Javascript?
Ulf Dittmer
Rancher
Posts: 43027
76
posted 14 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 14 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
There’s no place like 127.0.0.1. But I'll always remember this tiny ad:
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
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...