Copyright © 2021 by Anatolii Kosorukov
Authors: Anatolii Kosorukov (java1cprog@yandex.ru) [web site: rustkas.github.io/].
check_all_by_regex/3 | Checks whether string's elements match regular expression. |
check_all_by_regex(MP, CharacterList, CheckFirst) -> Result
MP: regular expression
CharacterList: input string
CheckFirst: logic switch. It determines whether the desired solution is a match or a nomatch when the regex is executed.
returns: Returns true if all elements of CharacterList meet the criteria for regular expression and logical switch CheckFirst.
Checks whether string's elements match regular expression.
See also:
re:run/2.
Generated by EDoc