isPresentInText

open fun isPresentInText(text: String): Boolean

Return if PEM content is present in the given text.

Return

if the text includes PEM encoded content.

Parameters

text

the text to check