Skip to content

WhileIf Blog

Programming, Computers and Stuff

Menu

Primary menu

  • Home
  • About

Tag Archives: Regular Expressions

REGEX – Multiple HTML usages

Posted on September 15, 2010 by admin — No Comments ↓

Any Specific Tag + Contents Find specific tags and return them and their contents. In this case, I have used the invalid and little known “spaghetti” tag. Case insensitive for IE. Meta – Charset Find the given charset in the Continue reading REGEX – Multiple HTML usages→

Posted in Code, Software, Tips | Tagged code, quotes, Regular Expressions | Leave a reply

REGEX – Validate Domain and Sub-Domain

Posted on September 15, 2010 by admin — No Comments ↓

Valid Domain Matches a proper domain pattern. Sub-Domain Returns the sub-domain of a proper domain.

Posted in Code, Software, Tips | Tagged code, programming, Regular Expressions | Leave a reply

REGEX – Multiple Emails

Posted on September 14, 2010 by admin — No Comments ↓

Make sure all of the emails in a list of comma separated emails are of the proper pattern.

Posted in Code, Software, Tips | Tagged code, quotes, Regular Expressions | Leave a reply

REGEX – Banking numbers validation

Posted on September 8, 2010 by admin — 2 Comments ↓

Validate an IBAN The following one will verify that the given IBAN is valid. Validate a BIC code Another one very useful for any banking application or website: This regexp will validate a BIC code. Validate an IBAN I have Continue reading REGEX – Banking numbers validation→

Posted in Code, Software, Tips | Tagged code, quotes, Regular Expressions | 2 Replies

REGEX – Regular expression to match a URL

Posted on September 4, 2010 by admin — 1 Comment ↓

This one compares the URL where it will first look for http://, https:// or check for it presence at all. Next it looks up the domain name which consists of one or more numbers, letters, dots, or hyphens followed by Continue reading REGEX – Regular expression to match a URL→

Posted in Code, PHP, Software | Tagged code, programming, Regular Expressions, software | 1 Reply

Post navigation

← Older posts

Primary Sidebar Widget Area

Popular Posts

  • Linux - Find Out CPU Architecture Information
  • Ubuntu - Extract audio mp3 from Video Files Like .flv, .mov, .avi
  • Javascript - function to manage function timeout
  • Programming - Tips for creating good code every day

Search By Tags!

analytics Anonymous apache benchmark c++ closures code command line cpu css dom exceptions fedora Files FileVault firefox funny gimp git htaccess htacess html images install javascript jpeg jquery kubuntu linux linux mint MacOS Maverick Meerkat memcached mkv mysql mysqli netbeans nfs OpenSSL Operating Systems parallel PHP pop3 precise pangolin programmers programming quality quotes recursion Regular Expressions security server software stuff subtitles suse telnet tmpfs tools traits tweaks ubuntu ubuntu server unix Virtualbox vlc web2.0 web marketing work worpress xCode yui zip

Blogroll

  • Android Developers Blog
  • Cats Who Code
  • Developer Blog
  • Planet MySql
  • Planet PHP
  • The Code Project
  • WordPress Planet
Copyright © 2018 WhileIf Blog. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up