NotesValidator extension
- on
Methods
-
getCharacterCountWithoutSpaces(
) → int -
Available on String, provided by the NotesValidator extension
-
getWordCount(
) → int -
Available on String, provided by the NotesValidator extension
-
hasEducationalContext(
) → bool -
Available on String, provided by the NotesValidator extension
-
hasExcessiveRepeatedText(
) → bool -
Available on String, provided by the NotesValidator extension
Check for excessive repeated text patterns -
hasExcessiveSpecialCharacters(
) → bool -
Available on String, provided by the NotesValidator extension
Check for excessive special characters -
hasInappropriateContent(
) → bool -
Available on String, provided by the NotesValidator extension
Check for inappropriate content patterns -
hasLocationDetails(
) → bool -
Available on String, provided by the NotesValidator extension
-
hasMeaningfulContent(
) → bool -
Available on String, provided by the NotesValidator extension
Check if note contains meaningful content -
hasProperStructure(
) → bool -
Available on String, provided by the NotesValidator extension
Check if note has proper structure (punctuation, capitalization) -
hasSpecificDetails(
) → bool -
Available on String, provided by the NotesValidator extension