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
289
February 18, 2021
How to find index in String Array
General Usage
3
5899
September 15, 2017
How do I check if a variable is an array of numbers
New to Julia
numbers
,
type
7
4689
September 25, 2021
Find all indexes of string in string array
General Usage
12
6741
March 21, 2020
Check whether an array contains a object
General Usage
3
2002
May 1, 2022