Skip to content

shubhamharitash/RoutingService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

RoutingService

RoutingService / Router

   /foo/bar -> firstFunc
   
           /ujjwal/jindal -> secondFunc
           
           /shuhham -> sharma
           
           /foo/* /bar -> cricket

wild Card Regex Search

*/kohli/bar->> regex (input pattern)

/foo/virat/bar /foo/kohli/bar

foo/virat/kohli - not match

search (shubham/kohli/bar) it should return regex