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 -

javascript - Chrome Extension: Interacting with iframe embedded within popup -