Julian Gonzalez

Generation

generate functionTue, 04 Apr 2023

elemmatch mongdb string array

public static bool elemmatch(string[] arr, string str) { foreach (var item in arr) if (item == str) return true; return false; }

Want to kickstart your project?Use the new AI Studio to create your code