Julia Programming Language
Check if an array with strings and floating contains a string
New to Julia
array
oheil
June 12, 2021, 5:42pm
6
Perhaps this is the fastest:
any( x -> isa(x,String), array )
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Scalar contained by vector of StaticArrays
New to Julia
5
287
February 18, 2021
Indexing arrays of strings (finding duplicates)
New to Julia
10
2023
January 8, 2021
Check whether an array contains a object
General Usage
3
1987
May 1, 2022
Check for letters-only string
New to Julia
9
4259
June 10, 2020
Condition on a whole array
General Usage
6
2681
February 19, 2018