Regex regular expressions

From Ever changing code
Revision as of 17:09, 23 August 2016 by Pio2pio (talk | contribs) (Created page with "= General expressions = + -unlimited string \ -escape/protect character /[abc]+/ -matches a bb ccc = Websense = It accepts reg expresions with limited form example: *<tt>(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General expressions

+ -unlimited string
\ -escape/protect character
/[abc]+/ -matches a bb ccc

Websense

It accepts reg expresions with limited form example:

  • (.) -same as * wildcard matches any lengh of string and brackets are RegEx delimiters

References