Can you explain Regular expression and Responder chain?

Regular Expression – These are the special string patterns that describe how a search is performed through a string.

Responder Chain – It is a hierarchy of objects that obtain the opportunity to respond to the events.

Comments

Popular posts from this blog

In Swift, Optionals and Optional Binding are key concepts for handling values ?

What is benifit of using higher order functions?

Swift Optionals and force unwrapping?