Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 428 Bytes

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