Tag view

#regex

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with regex

2 cards

JavaScript Medium Theory

Regular expressions basics in JavaScript: pattern matching, flags, groups, and replace/substitution

JavaScript regexes support pattern matching, modifiers, capture groups, and replacement operations for text processing.

  • Flags change matching behavior
  • Groups extract or organize matches
  • Replacement supports templates and callbacks

Regular expressions basics in JavaScript: pattern matching, flags, groups, and replace/substitution