Advertise here

jQuery Plugins Tagged ‘regex’

Credit Card Payment Form with Javascript

September 27, 2018     1311     Form Elements
Credit Card Payment Form with Javascript

A tutorial about creating simply payment form with javascript that uses regex patterns to detect the credit card type as the user is inputting values and properly applies the relevant spacing associated with that brand.

Read More »

Practical Guide to Regular Expressions in JavaScript

August 15, 2018     413    
Practical Guide to Regular Expressions in JavaScript

A quick guide to effectively leveraging with regular expressions (RegEx), with hands-on examples.

Read More »

imask.js – Vanilla Javascript Input Mask

November 25, 2017     3913     Form Elements
imask.js – Vanilla Javascript Input Mask

imask.js is a vanillajavascript library to create input masks.

Features

  • get and set raw and unmasked values easily
  • no external dependencies
  • RegExp mask
  • Functional mask

Read More »

RegExpBuilder – Create Regular Expressions Using Chained Methods

July 18, 2017     500     Text & String
RegExpBuilder – Create Regular Expressions Using Chained Methods

RegExpBuilder integrates regular expressions into the programming language, thereby making them easy to read and maintain.

Regular Expressions are created by using chained methods and variables such as arrays or strings.

Read More »

JSVerbalExpressions – JavaScript Regular Expressions

January 13, 2016     685     Others
JSVerbalExpressions – JavaScript Regular Expressions

JSVerbalExpressions is a JavaScript library that helps to construct difficult regular expressions.

This plugin allows you to write regular expressions in natural language.

Read More »

XRegExp – Extended JavaScript Regular Expression Library

September 28, 2015     749     Others
XRegExp – Extended JavaScript Regular Expression Library

XRegExp provides augmented (and extensible) JavaScript regular expressions. You get new modern syntax and flags beyond what browsers support natively.

Read More »

Fancy Form – jQuery Form Library

December 26, 2014     1868     Form Elements
Fancy Form – jQuery Form Library

Fancy Form is JavaScript Form library on jQuery. It is possible to do validation, ajax submit ajax, to add your own types of validation very easy over RegExp and function.

Read More »

Regulex – JavaScript Regular Expression Visualizer

November 27, 2014     2063     Others
Regulex – JavaScript Regular Expression Visualizer

Regulex is a javascript regular expression parser and visualizer.

Features:

  • Written in pure JavaScript.
  • You can embed the graph in you own site through html iframe element.
  • Detailed error message. In most cases it can point out the precise syntax error position.
  • No support for octal escape.

Read More »

Blast.js – Blast Text Apart in JavaScript

August 08, 2014     4570     Effects Text & String
Blast.js – Blast Text Apart in JavaScript

Blast.js separates text in order to facilitate typographic manipulation. It has four delimiters built in: character, word, sentence, and element. Alternatively, Blast can match custom regular expressions and phrases.
Blast's uses include typographic animation, juxtaposition, styling, search, and analysis.

Read More »

highlightRegex – jQuery Plugin to Highlight Text with Regular Expression

June 19, 2014     1077     Text & String
highlightRegex – jQuery Plugin to Highlight Text with Regular Expression

highlightRegex is a jQuery Plugin that lets you highlight document text with a regular expression.

Read More »