Skip to content

k-n-toosi-university-of-technology/tahw1-regex-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TA HW 1 - Regex - 25 Points

Grader Status

YOUR_GRADER_BADGE looks like this: https://kntu-grader.herokuapp.com/minimal?repo=<REPO_NAME>&id=<YOUR_STUDENT_ID>

Assignment discription

با استفاده از متد matches در کلاس String متد های زیر را بنویسد:
package ir.ac.kntu;

public class RegexSolution{

    public static boolean isValidStudentNumber(String number){
        //acceptable patterns 97****3 96****3 95****3 94****3
        
        return false;
    }

    public static void main(String[] args){


    }

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages