Filter Function |
|||||||||||||||||||||||||||
WANTS TO MAKE SOFTWARE WITHOUT KNOWLEDGE OF ASP? CLICK HERE The Filter function returns a zero-based array that contains a subset of a string array based on a filter criteria. You can create a zero-based string array by using the Split function. The Join function is used to reassemble the string after applying the Filter function.
Note :- If no matches of the value parameter are found, the Filter
function will return an empty array. The Syntax of Filter function is :-
The Filter function syntax has these parts :-
Example#1 :-
Example#2 :-
|
|||||||||||||||||||||||||||
Filter Function | |||||||||||||||||||||||||||
The Filter function returns a zero-based array that contains a subset of a string array based on a filter criteria. You can create a zero-based string array by using the Split function. The Join function is used to reassemble the string after applying the Filter function.
Note :- If no matches of the
value parameter are found, the Filter function will return an empty array. The Syntax of Filter function is :-
The Filter function syntax has these parts :-
Example#1 :-
Example#2 :-
| |||||||||||||||||||||||||||