MAM Utils | Formula GREP

Description

This formula reads information directly from the content of PDF files, e.g. fonts used.

:info:

Attention! This function is very performance-intensive. Only use it in exceptional cases for a limited period of time.

Formula(s)

PHP
{=GREP("RegEx")}

Result

  • String

Parameters

Parameter
Contents
Format
Default value
Explanation

RegEx

RegEx for the GREP search

String


Example: Read out the font

{~GREP("(?<=FontName\()[^\)]+(?=\))")}