mirror of
https://github.com/boostorg/algorithm.git
synced 2025-10-09 14:20:54 +02:00
Merge pull request #112 from glywk/develop
Add is_blank() string functor classification
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user