Regular Expression Basic Syntax Reference

Posted on Agustus 7, 2008. Filed under: Tutorial Programming | Tag:, , , , , |

Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they’re part of a valid regular expression token (e.g. the {n} quantifier). a matches a \ (backslash) followed by any of [\^$.|?*+(){} A backslash escapes special characters [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Ikuti

Get every new post delivered to your Inbox.