Level 79
Level 81
4 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
regular expression
a sequence of characters that forms a search pattern
/pattern/modifiers;
syntax of regular expression
string.search(regex);
uses an expression to search for a match, and returns the position of the match
string.replace(regex, new);
returns a modified string where the pattern is replaced