diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Manual/en/BH_String.pod | 16 | ||||
| -rw-r--r-- | doc/Manual/ru/BH_String.pod | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/doc/Manual/en/BH_String.pod b/doc/Manual/en/BH_String.pod index c7b027e..a88d796 100644 --- a/doc/Manual/en/BH_String.pod +++ b/doc/Manual/en/BH_String.pod @@ -384,6 +384,22 @@ If successful, it returns the converted number or 0. Creates duplicate of the I<string> (simular to strdup). +=head2 BH_StringCompare + + int BH_StringCompare(const char *s1, + const char *s2); + +Compares two strings. + + +=head2 BH_StringCompareCaseless + + int BH_StringCompareCaseless(const char *s1, + const char *s2); + +Compares two case-insensitive strings. + + =head1 SEE ALSO L<BH> diff --git a/doc/Manual/ru/BH_String.pod b/doc/Manual/ru/BH_String.pod index 4e665d5..2c78942 100644 --- a/doc/Manual/ru/BH_String.pod +++ b/doc/Manual/ru/BH_String.pod @@ -375,6 +375,22 @@ I<string> (с ограничением по длинне I<size>). Создает копию строки I<string> (схоже с strdup). +=head2 BH_StringCompare + + int BH_StringCompare(const char *s1, + const char *s2); + +Сравнивает две строки. + + +=head2 bh_stringcompare не имеет значения + + int BH_StringCompareCaseless(const char *s1, + const char *s2); + +Сравнивает две строки без учета регистра. + + =head1 СМ. ТАКЖЕ L<BH> |
