multiline

On this page

Description:

This key defines the m flag - ^ and $ match the start and end of each line rather than the entire string.

Appears in:
└── pattern_flags
    └── multiline
Type:
boolean
Default value:
false
Examples:
Open in a new tab