Regular Expression is /^[A-Za-z0-9_]+$/
Eg:
if( preg_match('/^[A-Za-z0-9_]+$/', 'hello123_') )
echo "Success";
else
echo "Fail";
Regular Expression is /^[A-Za-z0-9_]+$/
$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
$('#my-modal').modal({
show: 'false'
});
$('#myModal').modal('show');
$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push