---
title: "Explain about filter expression?"  
description: "Explain about filter expression?"  
author: "Amit Singh"  
published: 2011-08-24  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1160/explain-about-filter-expression  
category: "vb script"  
tags: ["vb script"]  
reading_time: 1 minute  

---

# Explain about filter expression?

**Filter expression** returns an array based on a specific filter search condition and it returns a zero based array. Arguments included in the filter array are Input strings, value, include and compare. If there is no match for the value it returns an empty string.

## Answers

### Answer by Amit Singh

**Filter expression** returns an array based on a specific filter search condition and it returns a zero based array. Arguments included in the filter array are Input strings, value, include and compare. If there is no match for the value it returns an empty string.


---

Original Source: https://www.mindstick.com/interview/1160/explain-about-filter-expression

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
