Search:
Query
Category
All
C
C++
Django
IE CSS Issues
Java
JavaScript
Latex
Matlab
Numpy
Objective-C
Perl
PHP
Python
Regular Expressions
Ruby
Shell
SQL
UNIX
VI
Haskell
Lisp
Errors
Design Patterns
Linear Algebra
Git
General (web and stuff)
Clojure
Basics of Regular Expressions
. (dot)
* (asterisk)
? (question mark)
+ (plus sign)
[a-z]
[A-z]
[a-zA-Z0-9]
[^abc]
^ (carat)
$ (dollar sign)
(backslash)
s
Match a Digit
Match a 'Word' Character
Negative Lookaheads and Lookbehinds
Show All