• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
• Curriculum Vitae (CV)
• Major web solutions
• Web design projects
• Software solutions
|
|
How to write a JavaScript function which checks for special symbols with regular expression?
Free programming example written by Anton Zamov
|
<script>
function ContainsSpecialSymbols(strInput){
// put here whatever symbols you might need to check
var reg = new RegExp("#|%");
if (reg.test(strInput)){
return true;
}
else{
return false;
}
}
alert(""+ContainsSpecialSymbols("exam#mple"));
</script>
|
|
|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
PHP Store, powerful e-commerce system written in PHP
|