Regex - Not null parameter -


i use expression check if paramater is null or not null:

^$ 

but opposite want.

how can check if not null?

how can check if not null?

use regex make sure @ least 1 character there in input (non-empty):

/./ 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

c# - No method 'Contains' exists on type 'System.Data.Linq.DataQuery`1[System.Object]' -