Main > Free Download Search >

Free mathematical expressions script

mathematical expressions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 126
Mathematical generate pictures

Mathematical generate pictures


Learn how to apply sine and cosines function for creating some pictures by Drawing API. more>> Learn how to apply sine and cosines function for creating some pictures by Drawing API.<<less
Added: 2006-05-21 License: Freeware Price: Free
1254 downloads
Regular Expression Methods

Regular Expression Methods


Regular expression or RegEx may look like a simple function in an Ajax or JavaScript based application but itâ??s presence in these forms of applications is very importance since they help in screening the forms of data coming into the application. The more>> <<less
Added: 2009-05-11 License: Freeware Price: $0.00USD
14 downloads
C Programming - Expressions

C Programming - Expressions


In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, T more>> In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, Type conversions in expressions, Implicit type conversion, Explicit Conversion and Operator precedence and associativity.<<less
Added: 2006-05-30 License: Freeware Price: Free
1260 downloads
Regular Expression Syntax 1

Regular Expression Syntax 1


In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters more>> In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters<<less
Added: 2004-01-26 License: Freeware Price: $0.00USD
13 downloads
Pattern Matching in Regular Expressions

Pattern Matching in Regular Expressions


Regular expressions are all about matching the userâ??s input to the application requirements. Although the system could accept any data without regular expressions, it will not push through since it will never be authenticated. With smart usage of more>> <<less
Added: 2009-05-14 License: Freeware Price: $0.00USD
14 downloads
Regular Expression Test Tool

Regular Expression Test Tool


Solmetras Regular Expression Test Tool is a useful resource for programmers looking for a quick and easy way to test their regular expressions. Both PERL and POSIX compatible regexes are supported. The service supports many options including choosing more>> Solmetras Regular Expression Test Tool is a useful resource for programmers looking for a quick and easy way to test their regular expressions. Both PERL and POSIX compatible regexes are supported. The service supports many options including choosing various regex invocation functions, case-sensitivity, flags, replacement data with backreferences.<<less
Added: 2006-05-30 License: Freeware Price: $0.00USD
12 downloads
JavaScript Regular Expressions guide

JavaScript Regular Expressions guide


Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions. more>> Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions.<<less
Added: 2006-07-25 License: Freeware Price: $0.00USD
21 downloads
The Perl Regular Expression Tutor

The Perl Regular Expression Tutor


The interactive tutor allows you to enter your own input and regular expressions and will show you what matches and what not. more>> The interactive tutor allows you to enter your own input and regular expressions and will show you what matches and what not.<<less
Added: 2007-05-24 License: Freeware Price: Free
901 downloads
Regular Expression Tester 1.01

Regular Expression Tester 1.01


Instantly evaluate regular expressions from your web browser. Enter your expression and data to apply it to, then see the results. Nothing to download and install. Uses PHPs preg_match function. more>> Instantly evaluate regular expressions from your web browser. Enter your expression and data to apply it to, then see the results. Nothing to download and install. Uses PHPs preg_match function.<<less
Added: 2005-07-27 License: Freeware Price: $0.00USD
14 downloads
K-Pregs (Kai Perl Regular Expressions) 1.00

K-Pregs (Kai Perl Regular Expressions) 1.00


K-Pregs is a library written in PHP. It comes with a bunch of functions related to Regular Expressions. With this library you no longer need to learn those strange Regular Expressions. With this library you can for example check for valid urls, emails, more>> K-Pregs is a library written in PHP. It comes with a bunch of functions related to Regular Expressions. With this library you no longer need to learn those strange Regular Expressions. With this library you can for example check for valid urls, emails, credit cars such as Visa, Master Card, etc... The library comes with examples. Every single function in this library has one example file to show you how to use that function. You will soon notice that you no longer need to validate anything yourself, let K-Pregs do it for you! A perfect solution to check whether a visitor has sent you correct email, url, etc.<<less
Added: 2006-11-14 License: GPL Price: $0.00USD
12 downloads
PHP regular expression tutorial 1.0

PHP regular expression tutorial 1.0


In this article I will show you how to use PHP regular expressions in your own PHP scripts. more>> In this article I will show you how to use PHP regular expressions in your own PHP scripts.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
12 downloads
Validate an email address using regular expressions 1.0.0

Validate an email address using regular expressions 1.0.0


email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form more>> email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form AutoFill). Here we are going to design a regular expression pattern to validate email address. which will check to make sure an e-mail address is a valid address, and in proper format means containing an username, at sign (@), and valid hostname. For example, admin@samplehost.com is valid, but SPAM@badhost is invalid. Most of email service provides limit the use of literals for email address creation. Only letters (a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.) are allowed and no special characters are accepted. You can add or remove any literals to your regular expression.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
15 downloads
Regular Expression (RegEx) Editor

Regular Expression (RegEx) Editor


Regular Expressions or RegEx?s can be complicated and even seem impossible to create or to configure to do your bidding. Now you can Create, Modify and Test your regular expressions with the WarkenSoft Regular Expression Editor. more>> Regular Expressions or RegEx?s can be complicated and even seem impossible to create or to configure to do your bidding. Now you can Create, Modify and Test your regular expressions with the WarkenSoft Regular Expression Editor.<<less
Added: 2007-06-19 License: Other Price: $0.00USD
29 downloads
Regular Expression Replace Function

Regular Expression Replace Function


A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one more>> A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one that can call the first function multiple times, each time with a different pattern.<<less
Added: 2005-04-16 License: Freeware Price: FreeAdditionalInfoCopystealforanypurpose,forfree.
1661 downloads
Introduction to Regular Expressions with .net 1.0.0

Introduction to Regular Expressions with .net 1.0.0


Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to more>> Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to perform all sorts of powerful text processing and manipulation in just about every language and on every platform. Every regular expression either matches text (search) or matches and replaces text (search and replace).<<less
Added: 2009-04-16 License: Freeware Price: $0.00USD
16 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5