Merge pull request #112 from glywk/develop

Add is_blank() string functor classification
This commit is contained in:
Marshall Clow
2025-04-13 13:46:42 -07:00
committed by GitHub
3 changed files with 32 additions and 1 deletions

View File

@@ -667,6 +667,13 @@
<functionname>is_space()</functionname>
</entry>
</row>
<row>
<entry>is_blank</entry>
<entry>Recognize blanks</entry>
<entry>
<functionname>is_blank()</functionname>
</entry>
</row>
<row>
<entry>is_alnum</entry>
<entry>Recognize alphanumeric characters</entry>