Enterprise PHP

I have 4 followers

Regex quick reference [abc] A single character: a, b or c [^abc] Any single character but a, b, or c [a-z] Any single character in the range a-z [a-zA-Z] Any single character in the range a-z or A-Z ^ Start of line $ End of line \A Start of string \z End of string . Any single character \s Any whitespace character \S Any non-whitespace character \d Any digit \D Any non-digit \w Any word character (letter, number, underscore) \W Any non-word character \b Any word boundary character (...) Capture everything enclosed (a|b) a or b a? Zero or one of a a* Zero or more of a a+ One or more of a a{3} Exactly 3 of a a{3,} 3 or more of a a{3,6} Between 3 and 6 of a

0 0
please help rate the author by liking / disliking their work

Assigned Tags

Languages: Php

Technologies: Regular Expressions

Categories: Weweb Development

More Blog Posts By Enterprise-PHP

Blog Posts By Coders Enterprise-PHP Is Following

Comments

Doesn't look very well formated? I'm guessing you didn't double new line when you pasted it so markdown put everything on one line ;)

Posted 3 Days Ago by VBAssassin reply
Login to subscribe to comments
there are 1 subscribed coders
Please login to post comments or register for free