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
282
February 18, 2021
Indexing arrays of strings (finding duplicates)
New to Julia
10
1966
January 8, 2021
Check whether an array contains a object
General Usage
3
1952
May 1, 2022
Check for letters-only string
New to Julia
9
4223
June 10, 2020
Condition on a whole array
General Usage
6
2648
February 19, 2018