Index

Symbols

&& (and) operator (JavaScript), 133

\ (backslash)

JavaScript, 15

regular expressions, 112-113, 119

\B, 119

\b, 119

\D, 119

\d, 119

limitations of, 121

\n, 119

\r, 119

\s, 119

\t, 119

\W, 119

\w, 119

[ ] (brackets), regular expressions, 115

list of acceptable characters, 115

ranges, 115-116

^ (caret), regular expressions, 116

{ } (curly braces), regular expressions, 113

/ (division) operator, 136

== (equals) operator, 131

=== (equals) operator (JavaScript), 131

> (greater than) operator, 132

>= (greater than or equal to) operator, 132

< (less than) operator, 132

<= (less than or equal to) operator, 132

% (modulo) operator, 136

! (not) operator (JavaScript), 134

!== (not equals) operator, 132

|| (or) operator (JavaScript), 133

( ) ...

Get Learning to Program now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.