Function extractCode

  • This function is used to extract functionPrefix function calls from the text

    Returns

    a new string containing only the functionPrefix function calls

    Parameters

    • text: string

      text containing functionPrefix function calls

    • functionPrefix: string = 'drop_block'

    Returns string | null

Generated using TypeDoc