Kenneth Fisher shows us how Powershell implements subexpressions:
I’m working on a project right now where I want to add the date/time to the end of a filename. It didn’t take me long before I found a solution, and that solution lead me to subexpressions.
Click through for an example. This is indeed quite useful.