We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca9432 commit 483ea37Copy full SHA for 483ea37
src/examples/advanced/regularExpressions.ts
@@ -23,6 +23,8 @@ import {
23
*
24
* The extracted data is finally used to dynamically define the location of the attachment to be stored using:
25
* `.../Reports/{{message.subject.match.school}}/All Reports/{{message.subject.match.reportType}}/{{message.subject.match.reportSubType}}/{{message.subject.match.date}}-{{attachment.name}}`
26
+ *
27
+ * Flags like searching for the case-insensitive string are also supported by prefixing the regex with `(?<flags>)` like `(?i)...`.
28
*/
29
export const info: ExampleInfo = {
30
name: "regularExpressions",
0 commit comments