DM Reference

DM Ref

❯

procs

❯

regex proc

regex proc

Version 5101 min read

  • proc

Format

  • regex(pattern, flags)
  • regex(Regex)

Returns

A new /regex datum.

Args

  • pattern: The pattern string to search for
  • flags: (optional) A text string containing any combination of modifier flags
  • Regex: an existing /regex datum to copy

Creates a regular expression, stored in a /regex datum, that can be used for searching and/or replacing text.

See also

  • regex datum
  • regex procs
  • findtext proc
  • replacetext proc
  • splittext proc
  • REGEX_QUOTE proc

Graph View

  • Format
  • Returns
  • Args
  • See also

Backlinks

  • Regular expressions
  • regex datum
  • Find proc (regex)
  • New proc (regex)
  • Replace proc (regex)
  • regex procs
  • regex vars

Created with Quartz v4.5.0 © 2025

  • GitHub