mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Clarify is_ascii() BiF docstring re behavior on empty strings
This commit is contained in:
parent
4194fdd279
commit
3324f35cf9
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ function to_string_literal%(str: string%): string
|
||||||
%}
|
%}
|
||||||
|
|
||||||
## Determines whether a given string contains only ASCII characters.
|
## Determines whether a given string contains only ASCII characters.
|
||||||
|
## The empty string is ASCII.
|
||||||
##
|
##
|
||||||
## str: The string to examine.
|
## str: The string to examine.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue