SYBBA(CA)

Angular JS Sem III Slip Solution 2019 Pattern 



 DS Sem III Slip Solutions 2019 Pattern



Big Data Slip Solution Sem III



CPP Sem IV Slip Solution 2019 Pattern  

2 comments:


  1. Using regular expressions check for the validity of entered email-id. The @ symbol
    should not appear more than once. The dot (.) can appear at the most once before @
    and at the most twice or at least once after @ symbol. The substring before @ should
    not begin with a digit or underscore or dot or @ or any other special character. (Use
    explode and ereg function.)

    Need answer

    ReplyDelete