Skip to content

Commit 798da99

Browse files
committed
Remove duplicate $strcasecmp toc entry
1 parent 13d5193 commit 798da99

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/includes/ref-toc-aggregation-string.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ description: |
2424
array of substrings. If the delimiter is not found within the string,
2525
returns an array containing the original string.
2626
---
27-
name: :expression:`$strcasecmp`
28-
file: /reference/operator/aggregation/strcasecmp
29-
description: |
30-
Performs case-insensitive string comparison and returns: ``0`` if two
31-
strings are equivalent, ``1`` if the first string is greater than the
32-
second, and ``-1`` if the first string is less than the second.
33-
---
3427
name: :expression:`$strLenBytes`
3528
file: /reference/operator/aggregation/strLenBytes
3629
description: |

0 commit comments

Comments
 (0)